test/compiler/whitebox/IsMethodCompilableTest.java

changeset 6725
e5d5e7922283
parent 6612
5e6f84e7a942
child 6876
710a3c8b516e
child 7365
600c44255e5f
equal deleted inserted replaced
6722:e204777ac770 6725:e5d5e7922283
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 /testlibrary/whitebox /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 * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform 30 * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform
31 * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* IsMethodCompilableTest 31 * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* IsMethodCompilableTest
32 * @summary testing of WB::isMethodCompilable() 32 * @summary testing of WB::isMethodCompilable()
33 * @author igor.ignatyev@oracle.com 33 * @author igor.ignatyev@oracle.com
34 */ 34 */
35 35
36 import com.oracle.java.testlibrary.Platform; 36 import com.oracle.java.testlibrary.Platform;

mercurial