Thanks!
On 3/18/20 8:42 PM, David Holmes wrote:
Looks good Chris.
Thanks,
David
On 19/03/2020 12:35 pm, Chris Plummer wrote:
Hello,
Please review the following:
https://bugs.openjdk.java.net/browse/JDK-8240543
diff --git a/test/hotspot/jtreg/ProblemList.txt
b/test/hotspot/jtreg/ProblemList.txt
--- a/test/hotspot/jtreg/ProblemList.txt
+++ b/test/hotspot/jtreg/ProblemList.txt
@@ -140,7 +140,7 @@
serviceability/sa/TestJmapCore.java 8193639 solaris-all
serviceability/sa/TestJmapCoreMetaspace.java 8193639 solaris-all
serviceability/sa/TestPrintMdo.java 8193639 solaris-all
-serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all
+serviceability/sa/TestRevPtrsForInvokeDynamic.java 8241235 generic-all
serviceability/sa/TestType.java 8193639 solaris-all
serviceability/sa/TestUniverse.java#id0 8193639 solaris-all
8191270 [1] no longer seems to reproduce. Because of that I was
hoping to remove this test from the problem list, but found that in a
tier4 run that this test fails for a different reason when a
combination of compiler related flags is specified. I opened up a
8241235 [2] for that failure and need to update ProblemList.txt to
reference it instead. I will close 8191270 [1] once this change is
pushed.
[1] https://bugs.openjdk.java.net/browse/JDK-8191270
[2] https://bugs.openjdk.java.net/browse/JDK-8241235
thanks,
Chris