< prev index next >

test/runtime/memory/ReadVMPageSize.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @summary Using WhiteBox to get VM page size
  * @library /testlibrary /../../test/lib
- * @build ReadVMPageSize
+ * @build com.oracle.java.testlibrary.* ReadVMPageSize
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  * @run main/othervm  -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI  ReadVMPageSize
  */
 
 import com.oracle.java.testlibrary.*;
< prev index next >