< prev index next >

test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java

Print this page

        

*** 23,42 **** /* * @test * @summary Test reserve/commit/uncommit/release of virtual memory and that we track it correctly * @key nmt jcmd ! * @library /testlibrary /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @build VirtualAllocCommitUncommitRecommit * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocCommitUncommitRecommit * */ ! import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class VirtualAllocCommitUncommitRecommit { --- 23,44 ---- /* * @test * @summary Test reserve/commit/uncommit/release of virtual memory and that we track it correctly * @key nmt jcmd ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocCommitUncommitRecommit * */ ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.JDKToolFinder; import sun.hotspot.WhiteBox; public class VirtualAllocCommitUncommitRecommit {
< prev index next >