JDK-8212206 : Refactor AdaptiveSizePolicy to separate out code related to GC overhead
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-10-15
  • Updated: 2020-02-24
  • Resolved: 2019-03-12
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 13
13 b12Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
In order to cleanly implement UseGCOverheadLimit for G1 (JDK-8212084), it is ideal to move code related to GC overhead out of AdaptiveSizePolicy class, so UseGCOverheadLimit can work independently of UseAdaptiveSizePolicy.

See http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2018-October/023525.html