< prev index next >

test/compiler/codecache/jmx/GetUsageTest.java

Print this page

        

*** 24,36 **** /* * @test GetUsageTest * @summary testing of getUsage() for segmented code cache * @modules java.base/jdk.internal.misc * java.management ! * @library /testlibrary /test/lib / * ! * @build compiler.codecache.jmx.GetUsageTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,null::* * -XX:-UseCodeCacheFlushing -XX:-MethodFlushing --- 24,36 ---- /* * @test GetUsageTest * @summary testing of getUsage() for segmented code cache * @modules java.base/jdk.internal.misc * java.management ! * @library /test/lib / * ! * @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:-UseCodeCacheFlushing -XX:-MethodFlushing
< prev index next >