RFR: 8298277: Replace "session" with "scope" for FFM access
Maurizio Cimadamore
mcimadamore at openjdk.org
Wed Dec 7 23:37:03 UTC 2022
On Wed, 7 Dec 2022 21:55:43 GMT, Per Minborg <pminborg at 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.
I think we should split this PR into multiple parts:
* there are some good javadoc changes in here to the Vector API docs
* there are some test changes, where some of the names are out of date
* the majority of changes, which is caused by MemorySessionImpl -> MemoryScopeImpl is the part I'm less sure about. I think leaving that as is might be fine for now.
-------------
PR: https://git.openjdk.org/jdk/pull/11573
More information about the security-dev
mailing list