JDK-8205534 : Remove SymbolTable dependency from serviceability agent
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-06-22
  • Updated: 2020-05-29
  • Resolved: 2018-07-03
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.0.9-oracleFixed 12 b01Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
The SA has code that duplicates the implementation of the SymbolTable.  When we change the SymbolTable to use the concurrent hash table, the SA code will be broken.
This RFE is to fix the SA to not require the SymbolTable implementation.
Comments
Fix request (11u) -- will label after testing completed. I would like to downport this for parity with 11.0.9-oracle. I had to resolve and adapt to different coding. I ran the tests changed by this patch and our nightlies. http://mail.openjdk.java.net/pipermail/jdk-updates-dev/2020-May/003196.html
29-05-2020