On Tue, 17 Jan 2023 18:30:16 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
> The implementation of MemorySessionImpl::isAccessibleBy is incorrect, and > ends up always returning `false` for scopes associated with shared arenas. > This patch rectifies that, and adds some tests. Marked as reviewed by jvernee (Reviewer). ------------- PR: https://git.openjdk.org/jdk20/pull/110