Integrated: 8261251: Shenandoah: Use object size for full GC humongous compaction
Roman Kennke
rkennke at openjdk.java.net
Mon Feb 8 08:04:43 UTC 2021
On Fri, 5 Feb 2021 18:21:55 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> Currently, copying objects in full GC humongous object comaction copies the full region. We can limit that to copying only the object size and save some wasted cycles. Also, this fixes a test failure with loom where object copy checks that the given size matches the object size.
>
> - [x] hotspot_gc_shenandoah
> - [x] tier1(+Shenandoah)
This pull request has now been integrated.
Changeset: deb0544f
Author: Roman Kennke <rkennke at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/deb0544f
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8261251: Shenandoah: Use object size for full GC humongous compaction
Reviewed-by: aph, shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/2433
More information about the hotspot-gc-dev
mailing list