hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java
changeset 19282 9764b5a041b6
parent 17015 92390f57e8b1
child 19332 ee4c8c2af356
equal deleted inserted replaced
19281:ada6aabb5068 19282:9764b5a041b6
    24 /*
    24 /*
    25  * @test DeoptimizeMethodTest
    25  * @test DeoptimizeMethodTest
    26  * @library /testlibrary /testlibrary/whitebox
    26  * @library /testlibrary /testlibrary/whitebox
    27  * @build DeoptimizeMethodTest
    27  * @build DeoptimizeMethodTest
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI DeoptimizeMethodTest
    29  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* DeoptimizeMethodTest
    30  * @summary testing of WB::deoptimizeMethod()
    30  * @summary testing of WB::deoptimizeMethod()
    31  * @author igor.ignatyev@oracle.com
    31  * @author igor.ignatyev@oracle.com
    32  */
    32  */
    33 public class DeoptimizeMethodTest extends CompilerWhiteBoxTest {
    33 public class DeoptimizeMethodTest extends CompilerWhiteBoxTest {
    34 
    34