JDK-8143210 : Clean up G1CollectorPolicy using G1CollectorPolicy::PauseKind
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-11-18
  • Updated: 2021-04-26
  • Resolved: 2021-04-26
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
tbdFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
In a recent CR G1CollectorPolicy::PauseKind that stores the current GC pause  type in a single variable.

It has not been applied to all possible uses, introducing some technical debt. Do that in this change.
Comments
Fixed by the use of `G1GCPauseType`.
26-04-2021