--- a/hotspot/test/compiler/arraycopy/TestEliminatedArrayCopyPhi.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/arraycopy/TestEliminatedArrayCopyPhi.java Tue Jul 12 18:24:48 2016 +0300
@@ -25,10 +25,13 @@
* @test
* @bug 8134321
* @summary Code that capture field values of eliminated allocation at a safepoint when there's an arraycopy behind a Phi is broken
- * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement TestEliminatedArrayCopyPhi
*
+ * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
+ * compiler.arraycopy.TestEliminatedArrayCopyPhi
*/
+package compiler.arraycopy;
+
public class TestEliminatedArrayCopyPhi {
static int[] escaped;