8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java

Reviewed-by: thartmann
diff --git a/test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java b/test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java
index 3731f95..434498c 100644
--- a/test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java
+++ b/test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java
@@ -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
  */