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

*** 23,45 **** --- 23,45 ---- */ import java.lang.reflect.Method; import java.util.EnumSet; ! import sun.hotspot.WhiteBox; ! import sun.hotspot.code.BlobType; ! import jdk.testlib.WhiteBox; ! import jdk.testlib.code.BlobType; import com.oracle.java.testlibrary.Asserts; import com.oracle.java.testlibrary.InfiniteLoop; /* * @test * @bug 8059624 8064669 ! * @library /testlibrary /testlibrary/whitebox ! * @library /testlibrary /../../test/lib * @build ForceNMethodSweepTest ! * @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:-TieredCompilation -XX:+WhiteBoxAPI * -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* * ForceNMethodSweepTest * @summary testing of WB::forceNMethodSweep

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