--- old/test/compiler/loopopts/TestMoveStoresOutOfLoops.java 2015-09-22 15:28:07.064406378 +0200 +++ new/test/compiler/loopopts/TestMoveStoresOutOfLoops.java 2015-09-22 15:28:06.793661158 +0200 @@ -25,8 +25,8 @@ /** * @test * @bug 8080289 - * @summary Sink stores out of loops if possible - * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+PrintCompilation -XX:CompileCommand=dontinline,TestMoveStoresOutOfLoops::test* TestMoveStoresOutOfLoops + * @summary Move stores out of loops if possible + * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestMoveStoresOutOfLoops::test* TestMoveStoresOutOfLoops * */