RFR: 8371131: Cleanup Thread parameter in CollectedHeap TLAB methods
Albert Mingkun Yang
ayang at openjdk.org
Mon Nov 3 10:02:04 UTC 2025
On Mon, 3 Nov 2025 09:49:02 GMT, Joel Sikström <jsikstro at openjdk.org> wrote:
> Hello,
>
> The last usage of the the Thread parameter that is passed to `CollectedHeap::{tlab_capacity, tlab_used, unsafe_max_tlab_alloc}` was removed in [JDK-8370345](https://bugs.openjdk.org/browse/JDK-8370345). Following this we should remove the Thread parameter completely from CollectedHeap and all GCs that derive from it.
>
> Testing:
> * Running through tier1-2
Marked as reviewed by ayang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28107#pullrequestreview-3410254336
More information about the hotspot-gc-dev
mailing list