test/compiler/codecache/OverflowCodeCacheTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/codecache/OverflowCodeCacheTest.java

test/compiler/codecache/OverflowCodeCacheTest.java

Print this page

        

*** 24,45 **** import java.lang.management.MemoryPoolMXBean; import java.util.EnumSet; import java.util.ArrayList; ! import sun.hotspot.WhiteBox; ! import sun.hotspot.code.BlobType; ! import sun.hotspot.code.CodeBlob; import com.oracle.java.testlibrary.Asserts; /* * @test OverflowCodeCacheTest * @bug 8059550 ! * @library /testlibrary /testlibrary/whitebox * @build OverflowCodeCacheTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,null::* * -XX:-SegmentedCodeCache OverflowCodeCacheTest * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,null::* --- 24,45 ---- import java.lang.management.MemoryPoolMXBean; import java.util.EnumSet; import java.util.ArrayList; ! import jdk.testlib.WhiteBox; ! import jdk.testlib.code.BlobType; ! import jdk.testlib.code.CodeBlob; import com.oracle.java.testlibrary.Asserts; /* * @test OverflowCodeCacheTest * @bug 8059550 ! * @library /testlibrary /../../test/lib * @build OverflowCodeCacheTest ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,null::* * -XX:-SegmentedCodeCache OverflowCodeCacheTest * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,null::*
test/compiler/codecache/OverflowCodeCacheTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File