hotspot/test/gc/g1/plab/TestPLABResize.java
changeset 39294 4be906c4ad95
parent 38726 2c99beca1dd8
child 39414 4adf52148100
equal deleted inserted replaced
39291:a4efe145313d 39294:4be906c4ad95
    23 
    23 
    24  /*
    24  /*
    25  * @test TestPLABResize
    25  * @test TestPLABResize
    26  * @bug 8141278 8141141
    26  * @bug 8141278 8141141
    27  * @summary Test for PLAB resizing
    27  * @summary Test for PLAB resizing
    28  * @requires vm.gc=="G1" | vm.gc=="null"
    28  * @requires vm.gc == "G1" | vm.gc == "null"
    29  * @requires vm.opt.FlightRecorder != true
    29  * @requires !vm.flightRecorder
    30  * @library /testlibrary /test/lib /
    30  * @library /testlibrary /test/lib /
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  * @modules java.management
    32  * @modules java.management
    33  * @build ClassFileInstaller
    33  * @build ClassFileInstaller
    34  *        sun.hotspot.WhiteBox
    34  *        sun.hotspot.WhiteBox