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

Maurizio Cimadamore mcimadamore at openjdk.java.net
Tue Sep 22 14:43:42 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.

This pull request has now been integrated.

Changeset: 27ae2787
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/27ae2787
Stats:     4 lines in 3 files changed: 0 ins; 4 del; 0 mod

8253472: Hotspot code should special case ScopedAccessError

Reviewed-by: eosterlund, jvernee, sundar

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

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


More information about the panama-dev mailing list