-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b120
Refresh of jdeps to work with modules after JDK-8142968 module system integration.
-system <java-home> Specify an alternate system module path
-addmods <module-name>[,<module-name>...] Adds to the root modules
-I -inverse Analyzes the dependences from the given options
and then find all artifacts that directly and indirectly
depend on the matching nodes. This is equivalent to
the inverse of compile-time view analysis.
-system <java-home> Specify an alternate system module path
-addmods <module-name>[,<module-name>...] Adds to the root modules
-I -inverse Analyzes the dependences from the given options
and then find all artifacts that directly and indirectly
depend on the matching nodes. This is equivalent to
the inverse of compile-time view analysis.
- relates to
-
JDK-8129803 Add a closure option to jdeps to find out which classes in a set of jar depend on a class using a sun.x private API
-
- Closed
-