JDK-8291037 : Move PLAB resizing mechanism to G1EvacStats
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-07-26
  • Updated: 2022-08-11
  • Resolved: 2022-08-08
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 20
20 b10Fixed
Related Reports
Blocks :  
Description
Only G1PLABStats (and G1) uses PLAB resizing after removal of CMS. So move the relevant shared code to G1 code and delete CMS PLAB resizing heuristics.

Comments
Changeset: 7676be8a Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2022-08-08 12:50:52 +0000 URL: https://git.openjdk.org/jdk/commit/7676be8a999dd042cdf08ef6234b3420deb247ef
08-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9644 Date: 2022-07-26 15:48:37 +0000
26-07-2022