Description
JDK 8 will support profiles. We want to be able to use javac to compile code for a target profile and get messages if API is used in source code that is not available in the selected profile. This requires that
a) javac knows which classes are available in each profile
b) there is a way to specify the selected profile for a compilation
a) javac knows which classes are available in each profile
b) there is a way to specify the selected profile for a compilation
Attachments
Issue Links
- relates to
-
JDK-8005428 Update jdeps to read the same profile information as by javac
- Resolved
-
JDK-8046151 JEP 161: Compact Profiles
- Closed