[foreign-memaccess] RFR: 8253472: Hotspot code should special case ScopedAccessError

Athijegannathan Sundararajan sundar at openjdk.java.net
Tue Sep 22 14:40:07 UTC 2020


On Tue, 22 Sep 2020 13:07:02 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> There are a number of places where compiled code clears all pending exception; this operation did not take into account
> async exception and a recent fix has been introduced to rectify this: JDK-8249451. The fix checks for the type of the
> pending exception and disables the clearing for a selectd subbset of exception types. We should add ScopedAccessError
> to the list, to future-proof the shared memory segment support.

Marked as reviewed by sundar (Committer).

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

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


More information about the panama-dev mailing list