test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java
changeset 58425 f4a4804ab3e6
parent 58332 b311681bc3f9
child 58679 9c3209ff7550
equal deleted inserted replaced
58424:94ca05133eb2 58425:f4a4804ab3e6
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8229016 8231055
    26  * @bug 8229016 8231055
    27  * @summary Test correct elimination of array allocation with arraycopy to itself.
    27  * @summary Test correct elimination of array allocation with arraycopy to itself.
    28  * @library /test/lib
    28  * @library /test/lib
    29  * @run main/othervm -Xbatch -XX:CompileCommand=compileonly,compiler.escapeAnalysis.TestSelfArrayCopy::test
    29  * @run main/othervm -Xbatch -XX:CompileCommand=compileonly,compiler.escapeAnalysis.TestSelfArrayCopy::test*
    30  *                   compiler.escapeAnalysis.TestSelfArrayCopy
    30  *                   compiler.escapeAnalysis.TestSelfArrayCopy
    31  */
    31  */
    32 
    32 
    33 package compiler.escapeAnalysis;
    33 package compiler.escapeAnalysis;
    34 
    34