Review Request 8205112: Remove non-existent modules from test/jdk/jdk/modules/etc/UpgradeableModules.java

mandy chung mandy.chung at oracle.com
Fri Jun 15 16:12:48 UTC 2018


This patch cleans up the list of upgradeable modules kept in 
test/jdk/jdk/modules/etc/UpgradeableModules.java test verification and 
take out the modules that have been removed.

thanks
Mandy

--- a/test/jdk/jdk/modules/etc/UpgradeableModules.java
+++ b/test/jdk/jdk/modules/etc/UpgradeableModules.java
@@ -44,14 +44,8 @@
  public class UpgradeableModules {
      private static final List<String> UPGRADEABLE_MODULES =
          List.of("java.compiler",
-                "java.jnlp",
                  "jdk.internal.vm.compiler",
-                "jdk.internal.vm.compiler.management",
-                "jdk.deploy",
-                "jdk.javaws",
-                "jdk.plugin",
-                "jdk.plugin.dom"
-                );
+                "jdk.internal.vm.compiler.management");

      public static void main(String... args) {
          Set<String> hashedModules = hashedModules();


More information about the jigsaw-dev mailing list