hotspot/test/compiler/loopopts/TestMoveStoresOutOfLoops.java
changeset 33078 9452eb89c16d
parent 32372 b82e88dcb26c
child 40059 c2304140ed64
equal deleted inserted replaced
33077:55f205e96044 33078:9452eb89c16d
    23  */
    23  */
    24 
    24 
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @bug 8080289
    27  * @bug 8080289
    28  * @summary Sink stores out of loops if possible
    28  * @summary Move stores out of loops if possible
    29  * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+PrintCompilation -XX:CompileCommand=dontinline,TestMoveStoresOutOfLoops::test*  TestMoveStoresOutOfLoops
    29  * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestMoveStoresOutOfLoops::test*  TestMoveStoresOutOfLoops
    30  *
    30  *
    31  */
    31  */
    32 
    32 
    33 import java.lang.reflect.*;
    33 import java.lang.reflect.*;
    34 import java.util.*;
    34 import java.util.*;