equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 8137167 |
26 * @bug 8137167 |
27 * @summary Tests jcmd to be able to add a directive to compile only specified methods |
27 * @summary Tests jcmd to be able to add a directive to compile only specified methods |
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 * @requires vm.flavor != "minimal" |
30 * @requires vm.flavor != "minimal" |
|
31 * |
31 * @build compiler.compilercontrol.jcmd.PrintDirectivesTest |
32 * @build compiler.compilercontrol.jcmd.PrintDirectivesTest |
32 * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox |
33 * compiler.compilercontrol.share.pool.sub.* |
33 * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* |
34 * compiler.compilercontrol.share.pool.subpack.* |
|
35 * sun.hotspot.WhiteBox |
|
36 * compiler.testlibrary.CompilerUtils |
|
37 * compiler.compilercontrol.share.actions.* |
34 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
38 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
35 * sun.hotspot.WhiteBox$WhiteBoxPermission |
39 * sun.hotspot.WhiteBox$WhiteBoxPermission |
36 * @run driver compiler.compilercontrol.jcmd.PrintDirectivesTest |
40 * @run driver compiler.compilercontrol.jcmd.PrintDirectivesTest |
37 */ |
41 */ |
38 |
42 |