mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-20 07:15:31 +00:00
8171478: tools/launcher/modules/patch/systemmodules/PatchSystemModules.java fails due to JDK-8171400
Reviewed-by: jjg
This commit is contained in:
parent
9ca506bd0d
commit
0209a7f1e9
@ -29,4 +29,8 @@ package jdk.internal.module;
|
||||
*/
|
||||
public final class SystemModules {
|
||||
public static final String[] MODULE_NAMES = new String[0];
|
||||
|
||||
public static boolean hasSplitPackages() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user