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

Martin Doerr mdoerr at openjdk.java.net
Thu Oct 8 20:56:21 UTC 2020


On Wed, 7 Oct 2020 21:37:16 GMT, Martin Doerr <mdoerr 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

This pull request has now been integrated.

Changeset: ced46b19
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ced46b19
Stats:     5 lines in 1 file changed: 0 ins; 3 del; 2 mod

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

Reviewed-by: shade, rrich

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

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


More information about the hotspot-compiler-dev mailing list