[foreign-memaccess] RFR: 8253055: ScopedAccessException should be an Error

Paul Sandoz psandoz at openjdk.java.net
Fri Sep 11 15:25:35 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.

Marked as reviewed by psandoz (Committer).

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

PR: https://git.openjdk.java.net/panama-foreign/pull/322


More information about the panama-dev mailing list