< prev index next >

test/compiler/codecache/stress/OverloadCompileQueueTest.java

Print this page

        

*** 23,38 **** */ /* * @test OverloadCompileQueueTest * @summary stressing code cache by overloading compile queues ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management * * @ignore 8071905 ! * @build compiler.codecache.stress.OverloadCompileQueueTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI * -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method --- 23,38 ---- */ /* * @test OverloadCompileQueueTest * @summary stressing code cache by overloading compile queues ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.management * * @ignore 8071905 ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI * -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
< prev index next >