hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java
changeset 25736 6f35dbe32581
parent 25379 d50969e81568
child 25958 8dc85547d6d6
equal deleted inserted replaced
25735:990d2378e01d 25736:6f35dbe32581
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test DeoptimizeMethodTest
    25  * @test DeoptimizeMethodTest
    26  * @ignore 8046268
       
    27  * @bug 8006683 8007288 8022832
    26  * @bug 8006683 8007288 8022832
    28  * @library /testlibrary /testlibrary/whitebox
    27  * @library /testlibrary /testlibrary/whitebox
       
    28  * @ignore 8046268
    29  * @build DeoptimizeMethodTest
    29  * @build DeoptimizeMethodTest
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* DeoptimizeMethodTest
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* DeoptimizeMethodTest
    32  * @summary testing of WB::deoptimizeMethod()
    32  * @summary testing of WB::deoptimizeMethod()
    33  * @author igor.ignatyev@oracle.com
    33  * @author igor.ignatyev@oracle.com