hotspot/test/compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
changeset 40365 3791c1b34e36
parent 40072 08c515bbbdea
equal deleted inserted replaced
40364:5bf8fa4fddfd 40365:3791c1b34e36
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8130847 8156760
    26  * @bug 8130847 8156760
    27  * @summary Eliminated instance/array written to by an array copy variant must be correctly initialized when reallocated at a deopt
    27  * @summary Eliminated instance/array written to by an array copy variant must be correctly initialized when reallocated at a deopt
    28  * @ignore 8136818
       
    29  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
    28  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
    30  *                   compiler.arraycopy.TestEliminatedArrayCopyDeopt
    29  *                   compiler.arraycopy.TestEliminatedArrayCopyDeopt
    31  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
    30  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
    32  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:-ReduceInitialCardMarks
    31  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:-ReduceInitialCardMarks
    33  *                   compiler.arraycopy.TestEliminatedArrayCopyDeopt
    32  *                   compiler.arraycopy.TestEliminatedArrayCopyDeopt