Greetings, I'm in the process of reducing the noise in the JDK11 and JDK12 CIs so I need a single (R)eviewer for the following fix:
JDK-8208521 ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!' https://bugs.openjdk.java.net/browse/JDK-8208521 Here's the diff: $ hg diff diff -r 24517a097dc1 test/hotspot/jtreg/ProblemList.txt --- a/test/hotspot/jtreg/ProblemList.txt Fri Jul 27 00:00:28 2018 -0700 +++ b/test/hotspot/jtreg/ProblemList.txt Mon Jul 30 13:58:45 2018 -0400 @@ -101,6 +101,7 @@ serviceability/sa/ClhsdbSymbol.java 8193639 solaris serviceability/sa/ClhsdbSymbolTable.java 8193639 solaris serviceability/sa/ClhsdbThread.java 8193639 solaris +serviceability/sa/ClhsdbVmStructsDump.java 8193639 solaris serviceability/sa/ClhsdbWhere.java 8193639 solaris serviceability/sa/DeadlockDetectionTest.java 8193639 solaris serviceability/sa/JhsdbThreadInfoTest.java 8193639 solaris @@ -109,6 +110,7 @@ serviceability/sa/TestCpoolForInvokeDynamic.java 8193639 solaris serviceability/sa/TestDefaultMethods.java 8193639 solaris serviceability/sa/TestG1HeapRegion.java 8193639 solaris +serviceability/sa/TestHeapDumpForInvokeDynamic.java 8193639 solaris serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all serviceability/sa/TestType.java 8193639 solaris serviceability/sa/TestUniverse.java 8193639 solaris This is an add-on to the following fix that I pushed last week: JDK-8208205 ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' https://bugs.openjdk.java.net/browse/JDK-8208205 The above two tests failed in last weekend's jdk-11+24 Thread-SMR stress test run on Solaris-X64. Thanks, in advance, for any questions, comments or suggestions. Dan