hotspot/test/compiler/arraycopy/TestArrayCopyNoInitDeopt.java
changeset 33730 30e064828045
parent 30604 b8d532cb6420
child 34185 ee71c590a456
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    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  * @library /testlibrary /../../test/lib /compiler/whitebox
    28  * @library /testlibrary /test/lib /compiler/whitebox
    29  * @modules java.base/sun.misc
    29  * @modules java.base/sun.misc
    30  *          java.management
    30  *          java.management
    31  * @build TestArrayCopyNoInitDeopt
    31  * @build TestArrayCopyNoInitDeopt
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main ClassFileInstaller jdk.test.lib.Platform
    33  * @run main ClassFileInstaller jdk.test.lib.Platform