RFR: 8254190: [s390] interpreter misses exception check after calling moni…
Aleksey Shipilev
shade at openjdk.java.net
Thu Oct 8 06:58:55 UTC 2020
On Wed, 7 Oct 2020 21:37:16 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> …torenter
>
> The s390 template interpreter currently uses call_VM with check_exceptions = false when calling
> InterpreterRuntime::monitorenter, but there's a possibility to get an Exception.
> See JIRA issue for details:
> https://bugs.openjdk.java.net/browse/JDK-8254190
This makes sense. Looks good.
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/553
More information about the hotspot-compiler-dev
mailing list