RFR: JDK-8264987: G1: Fill BOTs for Survivor-turned-to-Old regions in full gc [v2]
Hamlin Li
mli at openjdk.java.net
Wed Apr 14 09:09:22 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.
Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
refine the code.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3459/files
- new: https://git.openjdk.java.net/jdk/pull/3459/files/591e14b6..962e6579
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3459&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3459&range=00-01
Stats: 8 lines in 1 file changed: 0 ins; 7 del; 1 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