RFR(xxs): JDK-8220745 - Fix problemlist entry to refer to 8220613
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Sat Mar 16 00:43:13 UTC 2019
Hi,
Please review this tiny fix to make the problemlist entry for TimSortStackSize2.java refer to JDK-8220613, which is the issue that is investigating the problem. The old value, JDK-8220005, became the issue used to problemlist the test.
Bug: https://bugs.openjdk.java.net/browse/JDK-8220745 <https://bugs.openjdk.java.net/browse/JDK-8220745>
Diff:
diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt
+++ b/test/jdk/ProblemList.txt
@@ -840,7 +840,7 @@
# jdk_util
-java/util/Arrays/TimSortStackSize2.java 8220005 generic-all
+java/util/Arrays/TimSortStackSize2.java 8220613 generic-all
############################################################################
Thanks,
/Jesper
More information about the jdk-dev
mailing list