Merge
authorcoleenp
Fri, 02 Sep 2016 00:08:18 +0000
changeset 40910 5411aa046af7
parent 40908 65befc5d3ed1 (diff)
parent 40909 0bb3d95b9577 (current diff)
child 40912 7f19457ea0fc
Merge
hotspot/test/runtime/RedefineTests/RedefineCount.java
--- a/hotspot/test/runtime/Unsafe/NestedUnsafe.java	Thu Sep 01 18:02:13 2016 -0400
+++ b/hotspot/test/runtime/Unsafe/NestedUnsafe.java	Fri Sep 02 00:08:18 2016 +0000
@@ -80,7 +80,7 @@
             "            throw new RuntimeException(\"Exception: \" + ex.toString()); " +
             "        } " +
             "} } ",
-            "-XaddExports:java.base/jdk.internal.misc=ALL-UNNAMED");
+            "--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED");
         Class klass2 = unsafe.defineAnonymousClass(NestedUnsafe.class, klassbuf2, new Object[0]);
         try {
             klass2.getMethod("doit").invoke(null);