JDK-8037956 : Merge String Deduplication work with String/Symbol table work
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8u20,9
  • Priority: P4
  • Status: Closed
  • Resolution: Other
  • Submitted: 2014-03-20
  • Updated: 2019-01-24
  • Resolved: 2019-01-24
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
tbd_majorResolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
After JDK-8029075 the new string dedup unlink phase has been added to the unlink_string_and_symbol_table() method as a separate parallel task.

However this adds an additional unnecessary setup/teardown of the worker threads, taking a few ms on a large machine.

Merge the G1StringSymbolTableUnlinkTask with the G1StringDedupUnlinkOrOopsDoTask so that the latter work is done within the same "task".
Comments
The string and symbol table processing has been merged into the WeakProcessor in JDK-8213229. Further work in merging these phases post-evacuation will eg. be handled by JDK-8040006.
24-01-2019