JDK-8200545 : Improve filter for enqueued deferred cards
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-03-30
  • Updated: 2019-07-16
  • Resolved: 2019-05-14
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 13
13 b21Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
In JDK-8197928 we introduced a filter to not enqueue deferred cards for regions we do not track the remembered sets for during gc based on whether the target region. This has been a very simple and presumably slow filter.

Do some more improvements / tests to see whether this can and should be improved.

One suggestion is to use a per-region array with flags indicating whether this region has a remembered set.