test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java
changeset 58425 f4a4804ab3e6
parent 58332 b311681bc3f9
child 58679 9c3209ff7550
--- a/test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java	Thu Sep 26 12:35:51 2019 +0100
+++ b/test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java	Mon Sep 30 17:58:05 2019 +0200
@@ -26,7 +26,7 @@
  * @bug 8229016 8231055
  * @summary Test correct elimination of array allocation with arraycopy to itself.
  * @library /test/lib
- * @run main/othervm -Xbatch -XX:CompileCommand=compileonly,compiler.escapeAnalysis.TestSelfArrayCopy::test
+ * @run main/othervm -Xbatch -XX:CompileCommand=compileonly,compiler.escapeAnalysis.TestSelfArrayCopy::test*
  *                   compiler.escapeAnalysis.TestSelfArrayCopy
  */