diff -r 88fce7eea1f6 -r ce960527ecee test/hotspot/jtreg/runtime/Unsafe/InternalErrorTest.java --- 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