8161949: quarantine runtime/Unsafe/GetUnsafe.java to allow sync with JDK9-dev

Reviewed-by: jiangli, gtriantafill
This commit is contained in:
Daniel D. Daugherty 2016-07-20 10:55:32 -07:00
parent 3f9f0665f6
commit 1ffdc57850

@ -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
*/