G1EvacFailureRegions introduced in JDK-8254167 is a data structure that collects information about evacuation failure that is local to a single young garbage collection but currently located in G1CollectedHeap.
After introduction of G1YoungCollector inJDK-8253343, this data structure is best moved there.
After introduction of G1YoungCollector in
- relates to
-
JDK-8272978 Factor out g1 young collection specific data structures
-
- Open
-
-
JDK-8253343 Extract G1 Young GC algorithm related code from G1CollectedHeap
-
- Resolved
-
-
JDK-8254167 G1: Record regions where evacuation failed to provide targeted iteration
-
- Resolved
-