8161949: quarantine runtime/Unsafe/GetUnsafe.java to allow sync with JDK9-dev
Reviewed-by: jiangli, gtriantafill
--- a/hotspot/test/runtime/Unsafe/GetUnsafe.java Wed May 11 12:03:46 2016 -0400
+++ b/hotspot/test/runtime/Unsafe/GetUnsafe.java Wed Jul 20 10:55:32 2016 -0700
@@ -26,6 +26,7 @@
* @summary Verifies that getUnsafe() actually throws SecurityException when unsafeAccess is prohibited.
* @library /testlibrary
* @modules java.base/jdk.internal.misc
+ * @ignore 8161947
* @run main GetUnsafe
*/