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

Martin Doerr mdoerr at openjdk.java.net
Thu Oct 8 19:42:19 UTC 2020


On Thu, 8 Oct 2020 15:54:51 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

>> 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!

Thanks for the reviews.

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

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


More information about the hotspot-compiler-dev mailing list