hotspot/test/compiler/loopopts/TestArraysFillDeadControl.java
changeset 40059 c2304140ed64
parent 35759 85d3873f87b4
child 41705 332239c052cc
--- a/hotspot/test/compiler/loopopts/TestArraysFillDeadControl.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/loopopts/TestArraysFillDeadControl.java	Tue Jul 12 18:24:48 2016 +0300
@@ -26,10 +26,14 @@
  * @test
  * @bug 8147645
  * @summary Array.fill intrinsification code doesn't mark replaced control as dead
- * @run main/othervm  -XX:-TieredCompilation -XX:CompileCommand=dontinline,TestArraysFillDeadControl::dont_inline TestArraysFillDeadControl
  *
+ * @run main/othervm -XX:-TieredCompilation
+ *      -XX:CompileCommand=dontinline,compiler.loopopts.TestArraysFillDeadControl::dont_inline
+ *      compiler.loopopts.TestArraysFillDeadControl
  */
 
+package compiler.loopopts;
+
 import java.util.Arrays;
 
 public class TestArraysFillDeadControl {