JDK-8209062 : Clean up G1MonitoringSupport
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-08-07
  • Updated: 2024-01-03
  • Resolved: 2018-08-22
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 11 JDK 12
11.0.22-oracleFixed 12 b09Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Relates :  
Description
Clean up the G1MonitoringSupport class:

- reduce getters by passing some information in constructors
- avoid using trivial getters
- remove useless and trivial getters
- remove overridden getters that return the same results as the original ones
- rename member variables to clearly state whether they are about generations or spaces
- clean up obsolete code

Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/2281 Date: 2023-11-20 06:06:20 +0000
20-11-2023

Temporarily removing jdk11u-fix-request label, as per https://bugs.openjdk.java.net/browse/JDK-8207200?focusedCommentId=14390322&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14390322
23-12-2020

Fix Request (11u) This fix is prerequest for JDK-8207200 which is a fix to real issue. backport doesn't apply cleanly, review - https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2020-September/003818.html Testing - tier1
15-09-2020

URL: http://hg.openjdk.java.net/jdk/jdk/rev/9a5200b84046 User: tschatzl Date: 2018-08-22 18:38:13 +0000
22-08-2018