# HG changeset patch # User roland # Date 1569859085 -7200 # Node ID f4a4804ab3e66cf3aa1a766c5efc462448e40b22 # Parent 94ca05133eb246243639cf1211226c63e1ff7213 8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java Reviewed-by: thartmann diff -r 94ca05133eb2 -r f4a4804ab3e6 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 */