comparison test/compiler/whitebox/IsMethodCompilableTest.java @ 17982:e5d5e7922283

8040244: compiler/whitebox/IsMethodCompilableTest.java fails Summary: Prevent from running with Xcomp Reviewed-by: kvn, twisti
author neliasso
date Mon, 09 Jun 2014 10:32:49 +0200
parents 5e6f84e7a942
children 52b4284cb496 600c44255e5f
comparison
equal deleted inserted replaced
17979:e204777ac770 17982: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;