test/hotspot/jtreg/runtime/NMT/ReleaseNoCommit.java
changeset 48791 6e079ff6c83c
parent 47216 71c04702a3d5
equal deleted inserted replaced
48790:423faefc77df 48791:6e079ff6c83c
    27  * @key nmt regression
    27  * @key nmt regression
    28  * @library /test/lib
    28  * @library /test/lib
    29  * @modules java.base/jdk.internal.misc
    29  * @modules java.base/jdk.internal.misc
    30  *          java.management
    30  *          java.management
    31  * @build sun.hotspot.WhiteBox
    31  * @build sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary ReleaseNoCommit
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary ReleaseNoCommit
    34  */
    34  */
    35 
    35 
    36 import jdk.test.lib.JDKToolFinder;
    36 import jdk.test.lib.JDKToolFinder;
    37 import jdk.test.lib.process.OutputAnalyzer;
    37 import jdk.test.lib.process.OutputAnalyzer;