test/hotspot/jtreg/compiler/compilercontrol/jcmd/PrintDirectivesTest.java
changeset 47576 7645833d326f
parent 47216 71c04702a3d5
equal deleted inserted replaced
47573:7e6ef8418220 47576:7645833d326f
    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 /test/lib /
    29  * @library /test/lib /
    30  * @requires vm.flavor != "minimal"
    30  * @requires vm.flavor != "minimal" & !vm.graal.enabled
    31  *
    31  *
    32  * @build sun.hotspot.WhiteBox
    32  * @build sun.hotspot.WhiteBox
    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 compiler.compilercontrol.jcmd.PrintDirectivesTest
    35  * @run driver compiler.compilercontrol.jcmd.PrintDirectivesTest