JDK-8208521 : ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 11,12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2018-07-30
  • Updated: 2018-08-09
  • Resolved: 2018-07-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12
11 b25Fixed 12Fixed
Description
The snapshot for jdk-11+24 did not include the fix for JDK-8208205
which is why I'm still executing these tests in my Thread-SMR stress runs.
During my jdk-11+24 Solaris-X64 testing, two additional tests failed due to
this failure mode:

$ diff 8193639.list.0-1_merge 8193639.list.0-2_merge
14a15
> serviceability/sa/ClhsdbVmStructsDump.java
21a23
> serviceability/sa/TestHeapDumpForInvokeDynamic.java 
Comments
$ 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
30-07-2018