test/hotspot/jtreg/runtime/cds/SpaceUtilizationCheck.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
child 59070 22ee476cc664
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    24 /**
    24 /**
    25  * @test SpaceUtilizationCheck
    25  * @test SpaceUtilizationCheck
    26  * @summary Check if the space utilization for shared spaces is adequate
    26  * @summary Check if the space utilization for shared spaces is adequate
    27  * @requires vm.cds
    27  * @requires vm.cds
    28  * @library /test/lib
    28  * @library /test/lib
    29  * @modules java.base/jdk.internal.misc
       
    30  *          java.management
       
    31  * @build sun.hotspot.WhiteBox
    29  * @build sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SpaceUtilizationCheck
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SpaceUtilizationCheck
    35  */
    33  */