JDK-8031473 : Parallelize symbol table and string table unlink in non-G1 parallel collectors
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8u20,9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2014-01-10
  • Updated: 2019-02-11
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 8 Other
8u40Resolved tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
JDK-8027455 and JDK-8027476 introduced methods that allow parallel symbol table/string table unlink during full GCs.

These CRs use these new methods for G1 only at the moment.

Implement this for the other parallel GCs.