RFR: 8254190: [s390] interpreter misses exception check after calling moni…

Richard Reingruber rrich at openjdk.java.net
Thu Oct 8 15:57:21 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

The changes look good. Thanks!

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

Marked as reviewed by rrich (Committer).

PR: https://git.openjdk.java.net/jdk/pull/553


More information about the hotspot-compiler-dev mailing list