hotspot/test/runtime/NMT/ChangeTrackingLevel.java
changeset 28190 5a6b07edeb21
parent 27162 0a4a7276949b
child 28469 88ffea6d1774
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8059100
    26  * @bug 8059100
    27  * @summary Test that you can decrease NMT tracking level but not increase it.
    27  * @summary Test that you can decrease NMT tracking level but not increase it.
    28  * @key nmt
    28  * @key nmt
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build ChangeTrackingLevel
    30  * @build ChangeTrackingLevel
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ChangeTrackingLevel
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ChangeTrackingLevel
    34  */
    34  */