hotspot/test/compiler/whitebox/MakeMethodNotCompilableTest.java
changeset 28190 5a6b07edeb21
parent 27430 c148f9c9fd4f
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test MakeMethodNotCompilableTest
    25  * @test MakeMethodNotCompilableTest
    26  * @bug 8012322 8006683 8007288 8022832
    26  * @bug 8012322 8006683 8007288 8022832
    27  * @library /testlibrary /testlibrary/whitebox
    27  * @library /testlibrary /../../test/lib
    28  * @build MakeMethodNotCompilableTest
    28  * @build MakeMethodNotCompilableTest
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* MakeMethodNotCompilableTest
    31  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* MakeMethodNotCompilableTest
    32  * @summary testing of WB::makeMethodNotCompilable()
    32  * @summary testing of WB::makeMethodNotCompilable()