hotspot/test/compiler/whitebox/DeoptimizeAllTest.java
changeset 34185 ee71c590a456
parent 33730 30e064828045
parent 34155 8d9e0cbf93a2
child 38025 5ed9ce1e4a2f
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 DeoptimizeAllTest
    27  * @test DeoptimizeAllTest
    26  * @bug 8006683 8007288 8022832
    28  * @bug 8006683 8007288 8022832
    27  * @library /testlibrary /test/lib
    29  * @library /testlibrary /test/lib /
    28  * @modules java.management
    30  * @modules java.management
    29  * @build DeoptimizeAllTest
    31  * @build DeoptimizeAllTest
    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 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* DeoptimizeAllTest
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCase$Helper::* DeoptimizeAllTest
    33  * @summary testing of WB::deoptimizeAll()
    35  * @summary testing of WB::deoptimizeAll()
    34  * @author igor.ignatyev@oracle.com
    36  * @author igor.ignatyev@oracle.com
    35  */
    37  */
    36 public class DeoptimizeAllTest extends CompilerWhiteBoxTest {
    38 public class DeoptimizeAllTest extends CompilerWhiteBoxTest {
    37 
    39