JDK-8238979 : Improve G1DirtyCardQueueSet handling of previously paused buffers
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-02-12
  • Updated: 2020-03-02
  • Resolved: 2020-02-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 15
15 b12Fixed
Related Reports
Relates :  
Description
G1DirtyCardQueueSet contains a mechanism for recording buffers whose contained cards were being refined, to pause that refinement processing for a pending safepoint.  The (internal) protocol around this mechanism could be simplified by having record_paused_buffer() call enqueue_previous_paused_buffer(), eliminating the need for callers to ensure ordering of those calls.  This would permit other improvements.

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/2ec0ff304263 User: kbarrett Date: 2020-02-26 20:00:40 +0000
26-02-2020