test/compiler/whitebox/GetCodeHeapEntriesTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/whitebox/GetCodeHeapEntriesTest.java	Tue Dec  9 15:13:16 2014
--- new/test/compiler/whitebox/GetCodeHeapEntriesTest.java	Tue Dec  9 15:13:15 2014

*** 23,44 **** --- 23,44 ---- */ import java.util.Arrays; import java.util.EnumSet; ! import sun.hotspot.WhiteBox; ! import sun.hotspot.code.CodeBlob; ! import sun.hotspot.code.BlobType; ! import jdk.testlib.WhiteBox; ! import jdk.testlib.code.CodeBlob; ! import jdk.testlib.code.BlobType; import com.oracle.java.testlibrary.Asserts; /* * @test GetCodeHeapEntriesTest * @bug 8059624 ! * @library /testlibrary /testlibrary/whitebox ! * @library /testlibrary /../../test/lib * @build GetCodeHeapEntriesTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:-SegmentedCodeCache * GetCodeHeapEntriesTest * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:+SegmentedCodeCache

test/compiler/whitebox/GetCodeHeapEntriesTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File