RFR: JDK-8264987: G1: Fill BOTs for Survivor-turned-to-Old regions in full gc
Hamlin Li
mli at openjdk.java.net
Tue Apr 13 10:14:08 UTC 2021
in JDK-8262068, we have an enhancement for full gc which will skip compacting some regions with high survivor ratio. There might be some young regions among these skipped regions. These young regions are not filled with BOTs info as they're young.
But after full GC these young regions will become old regions, and the BOTs info is better to be filled for performance consideration.
-------------
Commit messages:
- JDK-8264987: G1: Fill BOTs for Survivor-turned-to-Old regions in full gc
Changes: https://git.openjdk.java.net/jdk/pull/3459/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3459&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8264987
Stats: 33 lines in 2 files changed: 33 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/3459.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3459/head:pull/3459
PR: https://git.openjdk.java.net/jdk/pull/3459
More information about the hotspot-gc-dev
mailing list