hotspot/test/compiler/whitebox/IsMethodCompilableTest.java
changeset 38033 996ce936543f
parent 36851 03e2f4d0a421
parent 38025 5ed9ce1e4a2f
child 40059 c2304140ed64
equal deleted inserted replaced
37298:8df0cc9da41e 38033:996ce936543f
    25  * @test IsMethodCompilableTest
    25  * @test IsMethodCompilableTest
    26  * @bug 8007270 8006683 8007288 8022832
    26  * @bug 8007270 8006683 8007288 8022832
    27  * @library /testlibrary /test/lib /
    27  * @library /testlibrary /test/lib /
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  *          java.management
    29  *          java.management
    30  * @build jdk.test.lib.* sun.hotspot.WhiteBox
    30  * @build jdk.test.lib.*
       
    31  *        sun.hotspot.WhiteBox
    31  * @build IsMethodCompilableTest
    32  * @build IsMethodCompilableTest
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    34  * @run main ClassFileInstaller jdk.test.lib.Platform
    35  *                                jdk.test.lib.Platform
    35  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -Xmixed -XX:-TieredCompilation -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCase$Helper::* IsMethodCompilableTest
    36  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -Xmixed -XX:-TieredCompilation -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:-UseCounterDecay -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::* IsMethodCompilableTest
    36  * @summary testing of WB::isMethodCompilable()
    37  * @summary testing of WB::isMethodCompilable()
    37  * @author igor.ignatyev@oracle.com
    38  * @author igor.ignatyev@oracle.com
    38  */
    39  */
    39 
    40 
    40 import jdk.test.lib.Platform;
    41 import jdk.test.lib.Platform;