RFR: 8349766: GenShen: Bad progress after degen does not always need full gc [v3]
Kelvin Nilsen
kdnilsen at openjdk.org
Fri Feb 14 18:37:54 UTC 2025
> In generational mode, only upgrade to full GC from degenerated GC if we've done two degenerated cycles in a row and both indicated bad progress. Otherwise, start another concurrent GC, which will most likely degenerate also. But this degenerated cycle will reclaim floating garbage within the young generation much more quickly than a full GC would have done.
Kelvin Nilsen has updated the pull request incrementally with two additional commits since the last revision:
- Fix typo in merge conflict resolution
- 8348595: GenShen: Fix generational free-memory no-progress check
Reviewed-by: phh, xpeng
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/23552/files
- new: https://git.openjdk.org/jdk/pull/23552/files/8d662e10..0f5051a1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=23552&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=23552&range=01-02
Stats: 27 lines in 5 files changed: 21 ins; 0 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/23552.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23552/head:pull/23552
PR: https://git.openjdk.org/jdk/pull/23552
More information about the hotspot-gc-dev
mailing list