< prev index next >

test/compiler/codecache/OverflowCodeCacheTest.java

Print this page

        

*** 24,38 **** /* * @test OverflowCodeCacheTest * @bug 8059550 * @summary testing of code cache segments overflow ! * @library /testlibrary /test/lib * @modules java.base/jdk.internal.misc * java.management * ! * @build compiler.codecache.OverflowCodeCacheTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,null::* * -XX:-SegmentedCodeCache --- 24,38 ---- /* * @test OverflowCodeCacheTest * @bug 8059550 * @summary testing of code cache segments overflow ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * ! * @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=compileonly,null::* * -XX:-SegmentedCodeCache
< prev index next >