hotspot/test/runtime/modules/CCE_module_msg.java
changeset 46404 ae62ba99a1a7
parent 44520 0553e129e0ec
--- a/hotspot/test/runtime/modules/CCE_module_msg.java	Mon Apr 24 08:47:38 2017 -0400
+++ b/hotspot/test/runtime/modules/CCE_module_msg.java	Mon Apr 24 12:08:28 2017 -0400
@@ -84,7 +84,7 @@
         // Define a module for p2.
         Object m2x = ModuleHelper.ModuleObject("module_two", this_cldr, new String[] { "p2" });
         assertNotNull(m2x, "Module should not be null");
-        ModuleHelper.DefineModule(m2x, "9.0", "m2x/there", new String[] { "p2" });
+        ModuleHelper.DefineModule(m2x, false, "9.0", "m2x/there", new String[] { "p2" });
         ModuleHelper.AddReadsModule(m2x, jlObject_jlM);
 
         try {