JDK-8189277 : Make string deduplication code available to other GCs
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 10
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2017-10-13
  • Updated: 2023-09-04
  • Resolved: 2018-07-27
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
Duplicate :  
Description
The string deduplication code in G1 is mostly GC agnostic and is useful for other GCs too. For example, it is already used in Shenandoah GC. It should be made available in a shared source directory.
Comments
This has been fixed already under JDK-8203641.
27-07-2018