hotspot/test/compiler/arraycopy/TestEliminatedArrayCopyPhi.java
changeset 40059 c2304140ed64
parent 32402 a20f90d1f364
--- 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;