test/compiler/compilercontrol/directives/PrintTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/compilercontrol/directives/PrintTest.java

test/compiler/compilercontrol/directives/PrintTest.java

Print this page
rev 10454 : 8150054: Make compilercontrol test ignore xcomp
Summary: Add -Xmixed and use jtreg driver
Reviewed-by:

*** 28,40 **** * @library /testlibrary /test/lib /compiler/testlibrary ../share / * @ignore 8140354 * @build compiler.compilercontrol.directives.PrintTest * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* ! * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm compiler.compilercontrol.directives.PrintTest */ package compiler.compilercontrol.directives; import compiler.compilercontrol.share.SingleCommand; --- 28,40 ---- * @library /testlibrary /test/lib /compiler/testlibrary ../share / * @ignore 8140354 * @build compiler.compilercontrol.directives.PrintTest * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* ! * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run driver compiler.compilercontrol.directives.PrintTest */ package compiler.compilercontrol.directives; import compiler.compilercontrol.share.SingleCommand;
test/compiler/compilercontrol/directives/PrintTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File