8171478: tools/launcher/modules/patch/systemmodules/PatchSystemModules.java fails due to JDK-8171400

Reviewed-by: jjg
This commit is contained in:
Mandy Chung 2016-12-19 14:52:19 -08:00
parent 9ca506bd0d
commit 0209a7f1e9

View File

@ -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;
}
}