JDK-8197569 : Refactor eager reclaim for concurrent remembered set rebuilding
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-02-12
  • Updated: 2018-06-21
  • Resolved: 2018-03-26
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 11
11 b10Fixed
Related Reports
Blocks :  
Description
For some optimizations for the Rebuilding remembered set concurrently feature (JDK-8180415) eager reclaim needs to provide information about the object selection. Rebuilding remembered sets also needs to do some special work when eagerly rebuilding - improve the existing code to add a callback to G1ConcurrentMark to not pollute the eager reclaim code that much

- i.e. whether an object will ever be a potential humongous reclaim candidate
- add callback for concurrent mark related work