< prev index next >

test/runtime/memory/ReserveMemory.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @key regression
  * @bug 8012015
  * @summary Make sure reserved (but uncommitted) memory is not accessible
  * @library /testlibrary /../../test/lib
- * @build ReserveMemory
+ * @build com.oracle.java.testlibrary.* ReserveMemory
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main ReserveMemory
  */
 
< prev index next >