Review Request: JDK-8193192: jdeps --generate-module-info does not look at module path

mandy chung mandy.chung at oracle.com
Thu Dec 7 17:17:14 UTC 2017


jdeps currently finds modules from the module path for analysis based on 
the value specified via --add-modules option.  When the input classes 
depend on a module on the given module path, it will report missing 
dependences until the module is specified in --add-modules option.  This 
fixes this issue and jdeps should look at the modules on the module path 
when analyzing classes (except jdeps -m option).

http://cr.openjdk.java.net/~mchung/jdk10/webrevs/8193192/webrev.00

thanks
Mandy


More information about the core-libs-dev mailing list