JDK-8273626 : G1: Factor out concurrent segmented array from G1CardSetAllocator
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-09-11
  • Updated: 2021-11-30
  • Resolved: 2021-10-19
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 18
18 b20Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Enhance G1CardSetAllocator(and G1CardSetBuffer, G1CardSetBufferList) to support element size less than pointer size, and factor out this basic function as a more generic segmented array (G1SegmentedArray).

Note: this is not a duplicate as JDK-8267834.
Comments
Changeset: d17d81a8 Author: Hamlin Li <mli@openjdk.org> Date: 2021-10-19 12:24:21 +0000 URL: https://git.openjdk.java.net/jdk/commit/d17d81a8b2a6336f37e17f31413a62c7adf49936
19-10-2021