JDK-8050804 : (jdeps) Recommend supported API to replace use of JDK internal API
  • Type: Enhancement
  • Component: tools
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-07-15
  • Updated: 2015-01-21
  • Resolved: 2014-07-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u40Fixed 9 b25Fixed
Related Reports
Relates :  
Description
jdeps -jdkinternals finds use of JDK internal APIs.  There are supported APIs that should replace the use of some JDK internal APIs.  This page keeps track of the JDK internal APIs and its replacement:
   https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool

It'd be useful for jdeps to show the replacement APIs to aid the developers migrating to use the supported APIs.