hotspot/test/gc/g1/plab/TestPLABResize.java
changeset 39414 4adf52148100
parent 39294 4be906c4ad95
child 40631 ed82623d7831
equal deleted inserted replaced
39403:37f78de0f227 39414:4adf52148100
    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
    29  * @requires !vm.flightRecorder
    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