comparison test/compiler/whitebox/SetDontInlineMethodTest.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 b84fd7d73702
comparison
equal deleted inserted replaced
8069:1048edb5434a 8098:1b0dc9f87e75
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test SetDontInlineMethodTest 25 * @test SetDontInlineMethodTest
26 * @compile -J-XX:+UnlockDiagnosticVMOptions -J-XX:+WhiteBoxAPI CompilerWhiteBoxTest.java 26 * @library /testlibrary /testlibrary/whitebox
27 * @compile -J-XX:+UnlockDiagnosticVMOptions -J-XX:+WhiteBoxAPI SetDontInlineMethodTest.java 27 * @build SetDontInlineMethodTest
28 * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SetDontInlineMethodTest 28 * @run main ClassFileInstaller sun.hotspot.WhiteBox
29 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SetDontInlineMethodTest
29 * @author igor.ignatyev@oracle.com 30 * @author igor.ignatyev@oracle.com
30 */ 31 */
31 public class SetDontInlineMethodTest extends CompilerWhiteBoxTest { 32 public class SetDontInlineMethodTest extends CompilerWhiteBoxTest {
32 33
33 public static void main(String[] args) throws Exception { 34 public static void main(String[] args) throws Exception {