hotspot/test/compiler/loopopts/TestDeadBackbranchArrayAccess.java
changeset 40059 c2304140ed64
parent 27708 8a8710cb8fc4
child 41705 332239c052cc
--- a/hotspot/test/compiler/loopopts/TestDeadBackbranchArrayAccess.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/loopopts/TestDeadBackbranchArrayAccess.java	Tue Jul 12 18:24:48 2016 +0300
@@ -26,10 +26,14 @@
  * @test
  * @bug 8054478
  * @summary dead backbranch in main loop results in erroneous array access
- * @run main/othervm -XX:CompileOnly=TestDeadBackbranchArrayAccess -Xcomp TestDeadBackbranchArrayAccess
  *
+ * @run main/othervm -Xcomp
+ *      -XX:CompileCommand=compileonly,compiler.loopopts.TestDeadBackbranchArrayAccess::*
+ *      compiler.loopopts.TestDeadBackbranchArrayAccess
  */
 
+package compiler.loopopts;
+
 public class TestDeadBackbranchArrayAccess {
     static char[] pattern0 = {0};
     static char[] pattern1 = {1};