equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 8137167 |
26 * @bug 8137167 |
27 * @summary Tests CompileCommand=log |
27 * @summary Tests CompileCommand=log |
28 * @modules java.base/jdk.internal.misc |
28 * @modules java.base/jdk.internal.misc |
29 * @library /testlibrary /test/lib ../share / |
29 * @library /testlibrary /test/lib / |
|
30 * |
30 * @build compiler.compilercontrol.commandfile.LogTest |
31 * @build compiler.compilercontrol.commandfile.LogTest |
31 * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox |
32 * compiler.compilercontrol.share.pool.sub.* |
32 * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* |
33 * compiler.compilercontrol.share.pool.subpack.* |
|
34 * sun.hotspot.WhiteBox |
|
35 * compiler.testlibrary.CompilerUtils |
|
36 * compiler.compilercontrol.share.actions.* |
33 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
37 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
34 * sun.hotspot.WhiteBox$WhiteBoxPermission |
38 * sun.hotspot.WhiteBox$WhiteBoxPermission |
35 * @run driver compiler.compilercontrol.commandfile.LogTest |
39 * @run driver compiler.compilercontrol.commandfile.LogTest |
36 */ |
40 */ |
37 |
41 |