< prev index next >

test/compiler/codecache/jmx/GetUsageTest.java

Print this page

        

*** 28,38 **** import sun.hotspot.code.BlobType; /* * @test GetUsageTest * @library /testlibrary /../../test/lib ! * @build GetUsageTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:CompileCommand=compileonly,null::* * -XX:-UseCodeCacheFlushing -XX:-MethodFlushing -XX:+SegmentedCodeCache * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI GetUsageTest --- 28,38 ---- import sun.hotspot.code.BlobType; /* * @test GetUsageTest * @library /testlibrary /../../test/lib ! * @build com.oracle.java.testlibrary.* GetUsageTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:CompileCommand=compileonly,null::* * -XX:-UseCodeCacheFlushing -XX:-MethodFlushing -XX:+SegmentedCodeCache * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI GetUsageTest
< prev index next >