On Wed, 7 Dec 2022 21:55:43 GMT, Per Minborg <pminb...@openjdk.org> wrote:
> This PR suggests renaming various names from "session" to "scope" in > accordance with https://openjdk.org/jeps/434 > > The PRs contains changes for several sub-components. src/java.base/share/classes/jdk/internal/foreign/MemoryScopeImpl.java line 53: > 51: * access is possible when a scope is being closed (see {@link > jdk.internal.misc.ScopedMemoryAccess}). > 52: */ > 53: public abstract sealed class MemoryScopeImpl Since the interface is called `SegmentScope`, I think `SegmentScopeImpl` would be a better name here. ------------- PR: https://git.openjdk.org/jdk/pull/11573