-
Bug
-
Resolution: Fixed
-
P4
-
11, 14
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8241655 | 13.0.3 | Roland Westrelin | P4 | Resolved | Fixed | b02 |
JDK-8232869 | 11.0.7-oracle | Roland Westrelin | P4 | Resolved | Fixed | b01 |
JDK-8231926 | 11.0.6 | Roland Westrelin | P4 | Resolved | Fixed | b01 |
diff -r ff559f979c4b -r 5b9331270016 test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java
--- a/test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java Mon Sep 30 14:04:42 2019 +0200
+++ 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
*/
--- a/test/hotspot/jtreg/compiler/escapeAnalysis/TestSelfArrayCopy.java Mon Sep 30 14:04:42 2019 +0200
+++ 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
*/
- backported by
-
JDK-8231926 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
- Resolved
-
JDK-8232869 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
- Resolved
-
JDK-8241655 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
- Resolved
- relates to
-
JDK-8231055 C2: arraycopy with same non escaping src and dest but different positions causes wrong execution
- Closed