JDK-8057000 : Increase parallelism in String deduplication fixup
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8u40,9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2014-09-01
  • 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.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
In CRM Fuse, string deduplication table fixup takes a significant amount of time (~25-30% of average gc pause time).

One interesting thing noticed is that only around half of the threads actually do work. This may be due to startup/synchronization taking so long for many threads.

This is also somewhat similar to the problem described in JDK-8040120.

One option to fix this is to merge string deduplication work with other parallel tasks in the "Other" group if possible.
Comments
See if this is still a big problem after the changes for JDK-8087324, and potentially reprioritize.
28-10-2015