< prev index next >

test/compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 21,38 **** * questions. */ /* * @test UsageThresholdExceededSeveralTimesTest ! * @library /testlibrary /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @build UsageThresholdExceededTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm -Xbootclasspath/a:. -XX:-UseCodeCacheFlushing ! * -XX:-MethodFlushing -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ! * -XX:+SegmentedCodeCache -XX:CompileCommand=compileonly,null::* ! * -Djdk.test.lib.iterations=10 UsageThresholdExceededTest ! * @summary verifying that getUsageThresholdCount() returns correct value ! * after threshold has been hit several times */ --- 21,45 ---- * questions. */ /* * @test UsageThresholdExceededSeveralTimesTest ! * @summary verifying that getUsageThresholdCount() returns correct value ! * after threshold has been hit several times ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management ! * ! * @build compiler.codecache.jmx.UsageThresholdExceededTest ! * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions ! * -XX:+WhiteBoxAPI -XX:-UseCodeCacheFlushing -XX:-MethodFlushing ! * -XX:CompileCommand=compileonly,null::* -Djdk.test.lib.iterations=10 ! * -XX:+SegmentedCodeCache ! * compiler.codecache.jmx.UsageThresholdExceededTest ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions ! * -XX:+WhiteBoxAPI -XX:-UseCodeCacheFlushing -XX:-MethodFlushing ! * -XX:CompileCommand=compileonly,null::* -Djdk.test.lib.iterations=10 ! * -XX:-SegmentedCodeCache ! * compiler.codecache.jmx.UsageThresholdExceededTest */
< prev index next >