test/hotspot/jtreg/runtime/Unsafe/InternalErrorTest.java
changeset 58312 ce960527ecee
parent 55490 3f3dc00a69a5
child 58679 9c3209ff7550
--- a/test/hotspot/jtreg/runtime/Unsafe/InternalErrorTest.java	Mon Sep 23 16:49:09 2019 +0200
+++ b/test/hotspot/jtreg/runtime/Unsafe/InternalErrorTest.java	Wed Sep 25 09:17:32 2019 +0100
@@ -28,6 +28,7 @@
  * @summary Check that SIGBUS errors caused by memory accesses in Unsafe_CopyMemory()
  * and UnsafeCopySwapMemory() get converted to java.lang.InternalError exceptions.
  * @modules java.base/jdk.internal.misc
+ *          java.base/java.nio:+open
  *
  * @library /test/lib
  * @build sun.hotspot.WhiteBox