JDK-8274988 : G1: refine the constructors of G1SegmentedArrayAllocOptions/G1CardSetAllocOptions after JDK-8273626
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 18
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2021-10-09
  • Updated: 2021-10-15
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
After JDK-8273626 G1SegmentedArrayAllocOptions (the former G1CardSetAllocOptions) will be used as a base class. This requires some changes to the class, i.e. making some methods virtual (abstract).

https://github.com/openjdk/jdk/pull/5478#discussion_r724786943
Comments
Hi! could you make the description standalone and not (only) link to the github discussion. It is easier to read, and might be good in the future if web links go bad.
11-10-2021