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).
- relates to
-
JDK-8003562 Provide a command-line tool to find static dependencies
- Resolved
-
JDK-8004182 Add support for profiles in javac
- Closed