JDK-8233588 : Clean up SurvRateGroup
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-05
  • Updated: 2019-12-10
  • Resolved: 2019-12-02
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 b26Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Blocks :  
Description
Clean up SurvRateGroup because at least

- SurvRateGroup::_all_regions_allocated always has the same value (and apparently meaning) of SurvRateGroup::_num_regions. They are even updated only in the same method one after another.
- SurvRateGroup::_setup_seq_num seems to have the same value as SurvRateGroup::_stats_arrays_length

Also try to improve naming etc.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/7dfcc42ad35b User: tschatzl Date: 2019-12-02 13:21:49 +0000
02-12-2019