Integrated: 8278568: Consolidate filler objects

Roman Kennke rkennke at openjdk.java.net
Fri Dec 17 13:36:30 UTC 2021


On Mon, 13 Dec 2021 11:42:42 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> In PSPromotionLAB exists some code that fills unused tails of promotion LABs, which is semantically the same as the CollectedHeap::fill* family of methods. They can be consolidated.
> 
> We also have ContiguousSpace::allocate_temporary_filler() which does the same, but is unused and can be removed. 
> 
> Testing:
>  - [x] hotspot_gc
>  - [x] tier1
>  - [ ] tier2
>  - [ ] tier3

This pull request has now been integrated.

Changeset: abab1738
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/abab1738a702648e91f4c3ad91f71b7633914a31
Stats:     69 lines in 7 files changed: 3 ins; 60 del; 6 mod

8278568: Consolidate filler objects

Reviewed-by: tschatzl, mli, ayang

-------------

PR: https://git.openjdk.java.net/jdk/pull/6814



More information about the hotspot-gc-dev mailing list