equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 8137167 |
26 * @bug 8137167 |
27 * @summary Randomly generates valid commands with random types |
27 * @summary Randomly generates valid commands with random types |
28 * @modules java.base/jdk.internal.misc |
28 * @modules java.base/jdk.internal.misc |
29 * @library /testlibrary /test/lib /compiler/testlibrary ../share / |
29 * @library /testlibrary /test/lib ../share / |
30 * @build compiler.compilercontrol.mixed.RandomValidCommandsTest |
30 * @build compiler.compilercontrol.mixed.RandomValidCommandsTest |
31 * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox |
31 * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox |
32 * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* |
32 * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* |
33 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
33 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
34 * sun.hotspot.WhiteBox$WhiteBoxPermission |
34 * sun.hotspot.WhiteBox$WhiteBoxPermission |
35 * @run driver/timeout=600 compiler.compilercontrol.mixed.RandomValidCommandsTest |
35 * @run driver/timeout=600 compiler.compilercontrol.mixed.RandomValidCommandsTest |
36 */ |
36 */ |
37 |
37 |
38 package compiler.compilercontrol.mixed; |
38 package compiler.compilercontrol.mixed; |
39 |
39 |