hotspot/test/compiler/whitebox/MakeMethodNotCompilableTest.java
changeset 34185 ee71c590a456
parent 33730 30e064828045
parent 34155 8d9e0cbf93a2
child 36599 8dd1694c0480
equal deleted inserted replaced
33813:4f376e851453 34185:ee71c590a456
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
       
    24 import compiler.whitebox.CompilerWhiteBoxTest;
       
    25 
    24 /*
    26 /*
    25  * @test MakeMethodNotCompilableTest
    27  * @test MakeMethodNotCompilableTest
    26  * @bug 8012322 8006683 8007288 8022832
    28  * @bug 8012322 8006683 8007288 8022832
    27  * @library /testlibrary /test/lib
    29  * @library /testlibrary /test/lib /
    28  * @modules java.management
    30  * @modules java.management
    29  * @build MakeMethodNotCompilableTest
    31  * @build MakeMethodNotCompilableTest
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* MakeMethodNotCompilableTest
    34  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCase$Helper::* MakeMethodNotCompilableTest
    33  * @summary testing of WB::makeMethodNotCompilable()
    35  * @summary testing of WB::makeMethodNotCompilable()
    34  * @author igor.ignatyev@oracle.com
    36  * @author igor.ignatyev@oracle.com
    35  */
    37  */
    36 public class MakeMethodNotCompilableTest extends CompilerWhiteBoxTest {
    38 public class MakeMethodNotCompilableTest extends CompilerWhiteBoxTest {
    37     private int bci;
    39     private int bci;