RFR: 8278568: Consolidate filler objects
Hamlin Li
mli at openjdk.java.net
Thu Dec 16 11:26:54 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
Marked as reviewed by mli (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/6814
More information about the hotspot-gc-dev
mailing list