hotspot/test/compiler/loopopts/TestMoveStoresOutOfLoops.java
changeset 33078 9452eb89c16d
parent 32372 b82e88dcb26c
child 40059 c2304140ed64
--- a/hotspot/test/compiler/loopopts/TestMoveStoresOutOfLoops.java	Mon Sep 21 10:51:33 2015 +0200
+++ b/hotspot/test/compiler/loopopts/TestMoveStoresOutOfLoops.java	Tue Sep 22 15:25:34 2015 +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
  *
  */