hotspot/test/runtime/memory/ReadVMPageSize.java
changeset 28190 5a6b07edeb21
parent 27876 91fd97d8eb71
child 30604 b8d532cb6420
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Using WhiteBox to get VM page size
    26  * @summary Using WhiteBox to get VM page size
    27  * @library /testlibrary /testlibrary/whitebox
    27  * @library /testlibrary /../../test/lib
    28  * @build ReadVMPageSize
    28  * @build ReadVMPageSize
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main/othervm  -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI  ReadVMPageSize
    30  * @run main/othervm  -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI  ReadVMPageSize
    31  */
    31  */
    32 
    32