test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyNoInitDeopt.java
changeset 47576 7645833d326f
parent 47216 71c04702a3d5
equal deleted inserted replaced
47573:7e6ef8418220 47576:7645833d326f
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8072016
    26  * @bug 8072016
    27  * @summary Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
    27  * @summary Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
    28  * @requires vm.flavor == "server" & !vm.emulatedClient
    28  * @requires vm.flavor == "server" & !vm.emulatedClient & !vm.graal.enabled
    29  * @library /test/lib /
    29  * @library /test/lib /
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    31  *          java.management
    31  *          java.management
    32  *
    32  *
    33  * @build sun.hotspot.WhiteBox
    33  * @build sun.hotspot.WhiteBox