diff -r b4441f6cfe79 -r c2304140ed64 hotspot/test/compiler/arraycopy/TestEliminatedArrayCopyPhi.java --- 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;