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

*** 20,40 **** --- 20,40 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! import sun.hotspot.code.BlobType; ! import sun.hotspot.code.NMethod; ! import jdk.testlib.code.BlobType; ! import jdk.testlib.code.NMethod; import com.oracle.java.testlibrary.Asserts; /* * @test GetNMethodTest * @bug 8038240 ! * @library /testlibrary /testlibrary/whitebox ! * @library /testlibrary /../../test/lib * @build GetNMethodTest ! * @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:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* GetNMethodTest * @summary testing of WB::getNMethod() * @author igor.ignatyev@oracle.com */ public class GetNMethodTest extends CompilerWhiteBoxTest {

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