hotspot/test/runtime/memory/ReadFromNoaccessArea.java
changeset 36851 03e2f4d0a421
parent 33730 30e064828045
child 40631 ed82623d7831
--- a/hotspot/test/runtime/memory/ReadFromNoaccessArea.java	Sat Apr 09 23:03:25 2016 +0100
+++ b/hotspot/test/runtime/memory/ReadFromNoaccessArea.java	Sat Apr 09 23:03:39 2016 +0100
@@ -25,7 +25,7 @@
  * @test
  * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION
  * @library /testlibrary /test/lib
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.misc
  *          java.management
  * @build ReadFromNoaccessArea
  * @run main ClassFileInstaller sun.hotspot.WhiteBox