[foreign-memaccess] Integrated: 8253055: ScopedAccessException should be an Error
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Fri Sep 11 15:50:58 UTC 2020
On Fri, 11 Sep 2020 14:55:46 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> This patch turns scoped access exceptions into an error. This was suggested by @PaulSandoz, and is, I think a very good
> idea; after all these exceptions are never meant to be exposed to the user, and, if that happens, it is always because
> of obscure cases where the async exception raised during the handshake could not be delivered on time.
This pull request has now been integrated.
Changeset: 7d283dff
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/7d283dff
Stats: 53 lines in 5 files changed: 0 ins; 3 del; 50 mod
8253055: ScopedAccessException should be an Error
Reviewed-by: psandoz
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/322
More information about the panama-dev
mailing list