On Thu, 23 Jan 2025 12:27:53 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
> the shared memory segment is confined on the carrier thread But is it? When the CarrierThreadLocal is initialized, we may be executing in a VT and Arena.ofConfined will confine to it. We'd need something like an Arena.ofCarrierConfined() to make that work. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23142#discussion_r1926928205