JDK-8238867 : Improve G1DirtyCardQueueSet::Queue::pop
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-02-11
  • Updated: 2020-02-25
  • Resolved: 2020-02-13
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 b11Fixed
Related Reports
Relates :  
Description
In G1DirtyCardQueueSet::Queue (introduced by JDK-8237143) the pop operation is unable to return the last element in the queue, because of a possible interaction with concurrent operations. That restriction can be lifted via a change to the implementation of pop.

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/02b2e4f3391f User: kbarrett Date: 2020-02-13 20:18:26 +0000
13-02-2020