hotspot/test/compiler/whitebox/GetNMethodTest.java
changeset 28190 5a6b07edeb21
parent 27915 4edeee146240
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    27 import com.oracle.java.testlibrary.Asserts;
    27 import com.oracle.java.testlibrary.Asserts;
    28 
    28 
    29 /*
    29 /*
    30  * @test GetNMethodTest
    30  * @test GetNMethodTest
    31  * @bug 8038240
    31  * @bug 8038240
    32  * @library /testlibrary /testlibrary/whitebox
    32  * @library /testlibrary /../../test/lib
    33  * @build GetNMethodTest
    33  * @build GetNMethodTest
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    36  * @run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* GetNMethodTest
    36  * @run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* GetNMethodTest
    37  * @summary testing of WB::getNMethod()
    37  * @summary testing of WB::getNMethod()