JDK-8030650 : eliminate the _in_cset_array_length field
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2013-12-17
  • Updated: 2023-09-04
  • Resolved: 2014-10-03
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 8
8u40Resolved
Related Reports
Duplicate :  
Description
_in_cset_array_length is simply a copy of max_regions(); replace it with an accessor that returns max_regions().
Comments
CSet membership completely changed in JDK-8027959.
03-10-2014