hotspot/test/compiler/whitebox/IsMethodCompilableTest.java
changeset 38025 5ed9ce1e4a2f
parent 34185 ee71c590a456
child 38033 996ce936543f
equal deleted inserted replaced
38023:5fcccfdea459 38025:5ed9ce1e4a2f
    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/sun.misc
    28  * @modules java.base/sun.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;