RFR: 8297491: Loom: Stack chunks allocation code uses TLABs even when TLABs are disabled
Stefan Karlsson
stefank at openjdk.org
Thu Nov 24 09:00:54 UTC 2022
On Wed, 23 Nov 2022 11:57:24 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> See the bug for more details. The apparent fix it to just test for `UseTLAB` before reaching for TLAB-specific code.
>
> Additional testing:
> - [x] Linux x86_64 fastdebug, `jdk_loom hotspot_loom`
> - [x] Linux x86_64 fastdebug, `jdk_loom hotspot_loom` with `-XX:-UseTLAB` (a single JFR test failure that does not expect a log of out-of-TLAB-alloc events, to be fixed separately)
Go ahead and push.
-------------
PR: https://git.openjdk.org/jdk/pull/11317
More information about the hotspot-gc-dev
mailing list