comparison test/compiler/whitebox/IsMethodCompilableTest.java @ 8098:1b0dc9f87e75

8006753: fix failed for JDK-8002415 White box testing API for HotSpot Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
author mgerdin
date Tue, 19 Feb 2013 18:45:49 +0100
parents 12e01444ca2d
children 4efac99a998b
comparison
equal deleted inserted replaced
8069:1048edb5434a 8098:1b0dc9f87e75
22 */ 22 */
23 23
24 /* 24 /*
25 * @test IsMethodCompilableTest 25 * @test IsMethodCompilableTest
26 * @bug 8007270 26 * @bug 8007270
27 * @compile -J-XX:+UnlockDiagnosticVMOptions -J-XX:+WhiteBoxAPI CompilerWhiteBoxTest.java 27 * @library /testlibrary /testlibrary/whitebox
28 * @compile -J-XX:+UnlockDiagnosticVMOptions -J-XX:+WhiteBoxAPI IsMethodCompilableTest.java 28 * @build IsMethodCompilableTest
29 * @run main/othervm/timeout=600 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI IsMethodCompilableTest 29 * @run main ClassFileInstaller sun.hotspot.WhiteBox
30 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI IsMethodCompilableTest
30 * @author igor.ignatyev@oracle.com 31 * @author igor.ignatyev@oracle.com
31 */ 32 */
32 public class IsMethodCompilableTest extends CompilerWhiteBoxTest { 33 public class IsMethodCompilableTest extends CompilerWhiteBoxTest {
33 protected static final long PER_METHOD_RECOMPILATION_CUTOFF; 34 protected static final long PER_METHOD_RECOMPILATION_CUTOFF;
34 35