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

test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java

Print this page
rev 10452 : 8140405: CompilerControl: Compiler.clear_directives doesn't clears the exclude state
Summary: Make directive excludes temporary
Reviewed-by:
rev 10454 : 8150054: Make compilercontrol test ignore xcomp
Summary: Add -Xmixed and use jtreg driver
Reviewed-by:

*** 27,39 **** * @summary Tests jcmd to be able to clear directives added via options * @library /testlibrary /test/lib /compiler/testlibrary ../share / * @build compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest * 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.jcmd.ClearDirectivesFileStackTest */ package compiler.compilercontrol.jcmd; import compiler.compilercontrol.share.AbstractTestBase; --- 27,39 ---- * @summary Tests jcmd to be able to clear directives added via options * @library /testlibrary /test/lib /compiler/testlibrary ../share / * @build compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest * 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.jcmd.ClearDirectivesFileStackTest */ package compiler.compilercontrol.jcmd; import compiler.compilercontrol.share.AbstractTestBase;
test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File