< prev index next >

test/compiler/compilercontrol/mixed/RandomCommandsTest.java

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

*** 24,37 **** /* * @test * @bug 8137167 * @summary Randomly generates commands with random types * @modules java.base/jdk.internal.misc ! * @library /testlibrary /test/lib ../share / * @build compiler.compilercontrol.mixed.RandomCommandsTest ! * 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/timeout=600 compiler.compilercontrol.mixed.RandomCommandsTest */ --- 24,41 ---- /* * @test * @bug 8137167 * @summary Randomly generates commands with random types * @modules java.base/jdk.internal.misc ! * @library /testlibrary /test/lib / ! * * @build compiler.compilercontrol.mixed.RandomCommandsTest ! * 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/timeout=600 compiler.compilercontrol.mixed.RandomCommandsTest */
< prev index next >