--- a/hotspot/test/compiler/loopopts/TestMoveStoresOutOfLoopsStoreNoCtrl.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/loopopts/TestMoveStoresOutOfLoopsStoreNoCtrl.java Tue Jul 12 18:24:48 2016 +0300
@@ -25,10 +25,14 @@
* @test
* @bug 8134288
* @summary Store nodes may not have a control if used to update profiling
- * @run main/othervm -XX:-ProfileInterpreter -XX:-TieredCompilation -XX:-BackgroundCompilation TestMoveStoresOutOfLoopsStoreNoCtrl
*
+ * @run main/othervm -XX:-ProfileInterpreter -XX:-TieredCompilation
+ * -XX:-BackgroundCompilation
+ * compiler.loopopts.TestMoveStoresOutOfLoopsStoreNoCtrl
*/
+package compiler.loopopts;
+
public class TestMoveStoresOutOfLoopsStoreNoCtrl {
static void test(boolean flag) {