JDK-8265064 : Move clearing and setting of members into helpers in ReservedSpace
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-04-12
  • Updated: 2021-04-19
  • Resolved: 2021-04-13
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 17
17 b18Fixed
Related Reports
Relates :  
Description
Currently there are a few places in ReservedSpace that updates a set of members directly in the functions. This could be refactored into helper functions to improve readability and also to pave way for some further cleanups. 

This is one step towards making a clean implementation for JDK-8261527.
Comments
Changeset: a4f644eb Author: Stefan Johansson <sjohanss@openjdk.org> Date: 2021-04-13 12:39:05 +0000 URL: https://git.openjdk.java.net/jdk/commit/a4f644eb
13-04-2021