-
Enhancement
-
Resolution: Fixed
-
P4
-
18
-
b26
Currently, debug options of evacuation failure, like G1EvacuationFailureALotInterval and G1EvacuationFailureALotCount only config the ratio of objects failing evacuation, basically the distribution of objects failing evacuation is even among regions.
JDK-8256265 is trying to improve parallelism in regions that failed evacuation, it'll be helpful if there is option to config the distribution of objects failing evacuation among regions, so implementation of JDK-8256265 could be profiled more precisely.
This is to add the support and necessary vm options, and the implementation will be to select regions from start, i.e. not randomly, the motivation is to configure a more stable selection of evacuation failure regions, which will help verify the effect ofJDK-8256265 implementation.
This is to add the support and necessary vm options, and the implementation will be to select regions from start, i.e. not randomly, the motivation is to configure a more stable selection of evacuation failure regions, which will help verify the effect of
- blocks
-
JDK-8256265 G1: Improve parallelism in regions that failed evacuation
-
- Resolved
-
- csr for
-
JDK-8278035 G1: Allow forced evacuation failure of first N regions in collection set
-
- Closed
-
- relates to
-
JDK-8277851 G1: Allow random selection of forced evacuation failure of N regions in collection set
-
- Open
-
-
JDK-8276094 JEP 423: Region Pinning for G1
-
- Closed
-
-
JDK-8256265 G1: Improve parallelism in regions that failed evacuation
-
- Resolved
-
(2 links to)