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

Reply via email to