8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
authorroland
Mon, 30 Sep 2019 17:58:05 +0200
changeset 58425 f4a4804ab3e6
parent 58424 94ca05133eb2
child 58426 ed5e399d967d
8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java Reviewed-by: thartmann
test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java
--- 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
  */