[Integrated] [foreign-memaccess] RFR: Alternative scalable MemoryScope
Peter Levart
plevart at openjdk.java.net
Fri May 8 14:59:13 UTC 2020
On Sun, 3 May 2020 20:22:58 GMT, Peter Levart <plevart at openjdk.org> wrote:
> This is an alternative MemoryScope which is more scalable when used in a scenario where child scope is frequently
> acquired and closed concurrently from multiple threads (for example in parallel Stream.findAny())
This pull request has now been integrated.
Changeset: e1ae7db0
Author: Peter Levart <plevart at openjdk.org>
Committer: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/e1ae7db0
Stats: 184 lines in 5 files changed: 12 ins; 118 del; 54 mod
Alternative scalable MemoryScope
Reviewed-by: mcimadamore, psandoz
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/142
More information about the panama-dev
mailing list