< prev index next >

test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 24,38 **** /* * @test * @bug 8137167 * @summary Tests jcmd to be able to clear directives added via options * @modules java.base/jdk.internal.misc ! * @library /testlibrary /test/lib ../share / * @ignore 8140405 * @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 */ --- 24,42 ---- /* * @test * @bug 8137167 * @summary Tests jcmd to be able to clear directives added via options * @modules java.base/jdk.internal.misc ! * @library /testlibrary /test/lib / ! * * @ignore 8140405 * @build compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest ! * compiler.compilercontrol.share.pool.sub.* ! * compiler.compilercontrol.share.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 */
< prev index next >