JDK-8248322 : G1: Refactor full collection sizing code
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-06-25
  • Updated: 2020-07-16
  • Resolved: 2020-07-09
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 16
16 b06Fixed
Related Reports
Blocks :  
Blocks :  
Description
The heap resizing policy code executed during full collection is in the wrong place, in G1CollectedHeap but should be in G1HeapSizingPolicy. Further the policy code can be refactored a bit.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/488df0776611 User: tschatzl Date: 2020-07-09 14:22:46 +0000
09-07-2020