JDK-8276148 : G1: Support reclaiming memory used in G1EvacFailureObjectsSet
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Withdrawn
  • Submitted: 2021-10-29
  • Updated: 2022-01-17
  • Resolved: 2022-01-17
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
tbdResolved
Related Reports
Relates :  
Relates :  
Description
Currently, G1SegmentedArrayBufferList in G1EvacFailureObjectsSet is not reclaimed, this may retain unnecessary memory, it should be reclaimed (partially) at some point (concurrently).

https://github.com/openjdk/jdk/pull/5181#discussion_r737592797
Comments
With the implementation of JDK-8278917, there is no need to suppport reclaiming memory of G1EvacFailureObjectsSet, as G1EvacFailureObjectsSet is removed.
17-01-2022