JDK-8031472 : Fine tune string/symbol table parallelization
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 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 implemented parallelization of string and symbol table unlink at G1 remark and full GC pauses.

Some minor potential optimizations were not investigated:
- false sharing of claim values
- claim chunk size has been arbitrarily set to 32

Also timing measurement code is missing.