mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-23 21:30:26 +00:00
8067360: verify-modules target was dropped in jdk9 b41
Reviewed-by: alanb, erikj
This commit is contained in:
parent
3076062240
commit
7167a27a1f
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user