[jdk20] Integrated: 8300275: SegmentScope.isAccessibleBy returning incorrect values

Maurizio Cimadamore mcimadamore at openjdk.org
Wed Jan 18 12:41:41 UTC 2023


On Tue, 17 Jan 2023 18:30:16 GMT, Maurizio Cimadamore <mcimadamore at 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.

This pull request has now been integrated.

Changeset: b9275a8e
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.org/jdk20/commit/b9275a8ed1c462cfad33dab140022e5968765e58
Stats:     26 lines in 2 files changed: 19 ins; 2 del; 5 mod

8300275: SegmentScope.isAccessibleBy returning incorrect values

Reviewed-by: alanb, jvernee

-------------

PR: https://git.openjdk.org/jdk20/pull/110


More information about the core-libs-dev mailing list