JDK-8278061 : G1: Implement region pinning
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 19
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2021-12-01
  • Updated: 2024-01-31
  • Resolved: 2024-01-31
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
tbdResolved
Related Reports
Duplicate :  
Relates :  
Description
This is one of the final steps to enable region pinning in G1.

After all the expected optimizations of evacuation failure mechanism are done, we can enable region pinning in Young GC.

Thomas already had a draft version at: https://github.com/openjdk/jdk/compare/master...tschatzl:full-pin-support