hotspot/test/compiler/whitebox/IsMethodCompilableTest.java
changeset 28190 5a6b07edeb21
parent 27643 fe8f95a2d9bc
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test IsMethodCompilableTest
    25  * @test IsMethodCompilableTest
    26  * @bug 8007270 8006683 8007288 8022832
    26  * @bug 8007270 8006683 8007288 8022832
    27  * @library /testlibrary /testlibrary/whitebox /testlibrary/com/oracle/java/testlibrary
    27  * @library /testlibrary /../../test/lib /testlibrary/com/oracle/java/testlibrary
    28  * @build IsMethodCompilableTest
    28  * @build IsMethodCompilableTest
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform
    31  * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform
    32  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -Xmixed -XX:-TieredCompilation -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* IsMethodCompilableTest
    32  * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -Xmixed -XX:-TieredCompilation -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* IsMethodCompilableTest