hotspot/test/compiler/inlining/DefaultMethodsDependencies.java
changeset 40059 c2304140ed64
parent 30195 fff35af9b018
--- a/hotspot/test/compiler/inlining/DefaultMethodsDependencies.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/inlining/DefaultMethodsDependencies.java	Tue Jul 12 18:24:48 2016 +0300
@@ -25,10 +25,15 @@
  * @test
  * @bug 8069263
  * @summary Deoptimization between array allocation and arraycopy may result in non initialized array
- * @run main/othervm -XX:-BackgroundCompilation -XX:CompileOnly=DefaultMethodsDependencies::test -XX:CompileOnly=DefaultMethodsDependencies$I2::m1 DefaultMethodsDependencies
  *
+ * @run main/othervm -XX:-BackgroundCompilation
+ *      -XX:CompileCommand=compileonly,compiler.inlining.DefaultMethodsDependencies::test
+ *      -XX:CompileCommand=compileonly,compiler.inlining.DefaultMethodsDependencies$I2::m1
+ *      compiler.inlining.DefaultMethodsDependencies
  */
 
+package compiler.inlining;
+
 public class DefaultMethodsDependencies {
 
     interface I1 {