< prev index next >

test/runtime/NMT/MallocStressTest.java

Print this page
rev 12341 : 8078450: Implement consistent process for quarantine of tests

*** 27,37 **** * @key nmt jcmd stress * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @build sun.hotspot.WhiteBox - * @ignore - This test is disabled since it will stress NMT and timeout during normal testing * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocStressTest */ import java.util.concurrent.atomic.AtomicInteger; --- 27,36 ----
< prev index next >