--- a/hotspot/test/compiler/loopopts/TestSplitIfUnswitchedLoopsEliminated.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/loopopts/TestSplitIfUnswitchedLoopsEliminated.java Tue Jul 12 18:24:48 2016 +0300
@@ -26,10 +26,13 @@
* @test
* @bug 8078426
* @summary split if finds predicates on several incoming paths when unswitched's loops are optimized out
- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:-UseCompressedOops TestSplitIfUnswitchedLoopsEliminated
*
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement
+ * -XX:-BackgroundCompilation -XX:-UseCompressedOops
+ * compiler.loopopts.TestSplitIfUnswitchedLoopsEliminated
*/
+package compiler.loopopts;
public class TestSplitIfUnswitchedLoopsEliminated {