hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java
changeset 38152 80e5da81fb2c
parent 38025 5ed9ce1e4a2f
child 40059 c2304140ed64
equal deleted inserted replaced
38151:fffedc5e5cf8 38152:80e5da81fb2c
    25 
    25 
    26 /*
    26 /*
    27  * @test DeoptimizeMethodTest
    27  * @test DeoptimizeMethodTest
    28  * @bug 8006683 8007288 8022832
    28  * @bug 8006683 8007288 8022832
    29  * @library /testlibrary /test/lib /
    29  * @library /testlibrary /test/lib /
       
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.management
    31  * @modules java.management
    31  * @build DeoptimizeMethodTest
    32  * @build DeoptimizeMethodTest
    32  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-UseCounterDecay -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::* DeoptimizeMethodTest
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-UseCounterDecay -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::* DeoptimizeMethodTest