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

test/compiler/whitebox/GetNMethodTest.java

Print this page

        

*** 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 com.oracle.java.testlibrary.Asserts; /* * @test GetNMethodTest * @bug 8038240 ! * @library /testlibrary /testlibrary/whitebox * @build GetNMethodTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.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 { --- 20,40 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! import jdk.testlib.code.BlobType; ! import jdk.testlib.code.NMethod; import com.oracle.java.testlibrary.Asserts; /* * @test GetNMethodTest * @bug 8038240 ! * @library /testlibrary /../../test/lib * @build GetNMethodTest ! * @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