hotspot/test/compiler/whitebox/DeoptimizeAllTest.java
changeset 19332 ee4c8c2af356
parent 19282 9764b5a041b6
child 20294 af95d17f2e04
equal deleted inserted replaced
19331:ff8ddc49a4c2 19332:ee4c8c2af356
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test DeoptimizeAllTest
    25  * @test DeoptimizeAllTest
       
    26  * @bug 8006683 8007288 8022832
    26  * @library /testlibrary /testlibrary/whitebox
    27  * @library /testlibrary /testlibrary/whitebox
    27  * @build DeoptimizeAllTest
    28  * @build DeoptimizeAllTest
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* DeoptimizeAllTest
    30  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* DeoptimizeAllTest
    30  * @summary testing of WB::deoptimizeAll()
    31  * @summary testing of WB::deoptimizeAll()