# HG changeset patch # User amurillo # Date 1472768456 25200 # Node ID 65befc5d3ed102eb965ecaa0a59e1180390af9eb # Parent bd1ac56ce25863f51e0496cb55f5ecc8abbe1e7b# Parent af396900706053aff41702a5323794e29c4b7079 Merge diff -r bd1ac56ce258 -r 65befc5d3ed1 hotspot/test/runtime/Unsafe/NestedUnsafe.java --- a/hotspot/test/runtime/Unsafe/NestedUnsafe.java Thu Sep 01 18:15:49 2016 +0300 +++ b/hotspot/test/runtime/Unsafe/NestedUnsafe.java Thu Sep 01 15:20:56 2016 -0700 @@ -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);