JDK-8005428 : Update jdeps to read the same profile information as by javac
  • Type: Bug
  • Component: tools
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-12-21
  • Updated: 2013-04-05
  • Resolved: 2013-03-14
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
8 b84Fixed
Related Reports
Relates :  
Relates :  
Description
When the profile support is integrated into JDK 8, jdeps should migrate to use the langtools API to find the profile for a given class/package.  (com.sun.tools.javac.sym.Profiles class in the current profiles repo).
Comments
The profile information is embedded in the ct.sym generated during the jdk build. jdeps will need to read ct.sym and parse the annotation to determine which profile each class is in.
13-03-2013