RFR: 8260004: Shenandoah: Rename ShenandoahMarkCompact to ShenandoahFullGC
Zhengyu Gu
zgu at openjdk.java.net
Wed Jan 27 21:04:39 UTC 2021
On Wed, 27 Jan 2021 18:59:51 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> This nomenclature might become problematic when generational Shenandoah becomes a thing. Then, what we do now, collecting the complete heap, as opposed to only the young generation, might be mistaken as 'full gc' too.
Does "full GC" always means complete heap collection? G1 calls it FullCollector and supporting classes all prefixing with FullGC ...
-------------
PR: https://git.openjdk.java.net/jdk/pull/2266
More information about the shenandoah-dev
mailing list