JDK-8230327 : Make G1DirtyCardQueueSet free-id init unconditional
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-08-28
  • Updated: 2019-09-26
  • Resolved: 2019-08-30
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 14
14 b13Fixed
Related Reports
Relates :  
Description
G1DirtyCardQueueSet has a conditionally initialized G1FreeIdSet.  With the separation of G1RedirtyCardsQueueSet from G1DirtyCardQueueSet (JDK-8162929), that conditionalization is no longer needed; the DCQS should always initialize its free id set.


Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/6f0215981777 User: kbarrett Date: 2019-08-30 18:06:50 +0000
30-08-2019