LGTM
--alex
On 11/08/2019 14:58, Daniil Titov wrote:
Please a review a changeset below that removes test
sun/tools/jstat/jstatClassloadOutput1.sh from test/jdk/ProblemList.txt.
diff -r f92ef5d182b5 test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt Fri Nov 08 11:41:17 2019 -0500
+++ b/test/jdk/ProblemList.txt Fri Nov 08 22:37:11 2019 +0000
@@ -861,7 +861,6 @@
# svc_tools
-sun/tools/jstat/jstatClassloadOutput1.sh 8173942 generic-all
sun/tools/jhsdb/BasicLauncherTest.java
8193639,8211767 solaris-all,linux-ppc64,linux-ppc64le
sun/tools/jhsdb/HeapDumpTest.java 8193639
solaris-all
sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java
8230731,8001227 windows-all
This test was added in ProblemList.txt in [1] but this issue is no longer
reproducible in JDK 14 and the test runs fine in Mach5.
Mach5 tests for tier1,tier2, and tier3 successfully passed.
[1] https://bugs.openjdk.java.net/browse/JDK-8173942
Thanks.
Daniil