< prev index next >

test/runtime/memory/ReadFromNoaccessArea.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION
  * @library /testlibrary /../../test/lib
- * @build ReadFromNoaccessArea
+ * @build com.oracle.java.testlibrary.* ReadFromNoaccessArea
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main ReadFromNoaccessArea
  */
 
< prev index next >