8067360: verify-modules target was dropped in jdk9 b41

Reviewed-by: alanb, erikj
This commit is contained in:
Mandy Chung 2014-12-15 10:29:54 -08:00
parent 3076062240
commit 7167a27a1f

View File

@ -554,8 +554,9 @@ class JdepsTask {
classpaths.addAll(PlatformClassPath.getModules(options.mpath));
if (options.mpath != null) {
initialArchives.addAll(PlatformClassPath.getModules(options.mpath));
} else {
classpaths.addAll(PlatformClassPath.getJarFiles());
}
classpaths.addAll(PlatformClassPath.getJarFiles());
// add all classpath archives to the source locations for reporting
sourceLocations.addAll(classpaths);
}