JDK-8319313 : G1: Rename G1EvacFailureInjector appropriately
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-11-02
  • Updated: 2023-12-11
  • Resolved: 2023-12-07
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 22
22 b27Fixed
Related Reports
Blocks :  
Description
With JDK-8318706 there are now two reasons why an evacuation failure may happen: region pinning and allocation failure.

The G1EvacFailureInjector actually injects allocation failures, not general evacuation failures, so rename it.

Also change the (debug) VM options to reflect the exact meaning.
Comments
Changeset: 86f9b3f5 Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2023-12-07 16:44:32 +0000 URL: https://git.openjdk.org/jdk/commit/86f9b3f52a0675be4dd8096da0c65d6bda442f7b
07-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16905 Date: 2023-11-30 15:29:22 +0000
30-11-2023