Problem listing this test seems fine to me.
Thanks,
David
On 6/08/2020 2:11 pm, Chris Plummer wrote:
Hello,
Please review the following:
https://bugs.openjdk.java.net/browse/JDK-8251214
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
@@ -91,6 +91,7 @@
# :hotspot_serviceability
serviceability/sa/sadebugd/DebugdConnectTest.java 8239062 macosx-x64
+serviceability/sa/ClhsdbCDSCore.java 8246016 linux-x64
serviceability/sa/TestInstanceKlassSize.java 8230664
linux-ppc64le,linux-ppc64
serviceability/sa/TestInstanceKlassSizeForInterface.java 8230664
linux-ppc64le,linux-ppc64
serviceability/sa/TestRevPtrsForInvokeDynamic.java 8241235 generic-all
We need to problem list this test on JDK 15 because it has suddenly
started failing a lot due to [1] JDK-8246016
<https://bugs.openjdk.java.net/browse/JDK-8246016>, and we won't be able
to get the fix for JDK-8246016
<https://bugs.openjdk.java.net/browse/JDK-8246016> into JDK 15. Note the
other tests this is failing with on 16 (there are 6 other SA tests that
generate cores and can produce the failure) do not have to be problem
listed for JDK 15 because they either do not have the core file check or
are new to 16 and therefore are not in 15.
[1] https://bugs.openjdk.java.net/browse/JDK-8246016
<https://bugs.openjdk.java.net/browse/JDK-8246016>
thanks,
Chris