8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
Reviewed-by: thartmann
--- 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
*/