8161949: quarantine runtime/Unsafe/GetUnsafe.java to allow sync with JDK9-dev
authordcubed
Wed, 20 Jul 2016 10:55:32 -0700
changeset 39716 57ee36656374
parent 39715 1cbba6073b15
child 39717 fa123cb562e3
child 39718 d2e74700faf9
8161949: quarantine runtime/Unsafe/GetUnsafe.java to allow sync with JDK9-dev Reviewed-by: jiangli, gtriantafill
hotspot/test/runtime/Unsafe/GetUnsafe.java
--- 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
  */