hotspot/test/compiler/whitebox/MakeMethodNotCompilableTest.java
changeset 33730 30e064828045
parent 29678 dd2f3932c21e
child 34185 ee71c590a456
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    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 /../../test/lib
    27  * @library /testlibrary /test/lib
    28  * @modules java.management
    28  * @modules java.management
    29  * @build MakeMethodNotCompilableTest
    29  * @build MakeMethodNotCompilableTest
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* MakeMethodNotCompilableTest
    32  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* MakeMethodNotCompilableTest