hotspot/test/compiler/arraycopy/TestArrayCopyNoInitDeopt.java
changeset 36851 03e2f4d0a421
parent 34185 ee71c590a456
child 38036 f51b942d970c
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    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/jdk.internal.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
    34  * @run main/othervm -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    34  * @run main/othervm -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI