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

Martin Doerr mdoerr at openjdk.java.net
Thu Oct 8 06:58:50 UTC 2020


…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

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

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

Changes: https://git.openjdk.java.net/jdk/pull/553/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=553&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8254190
  Stats: 5 lines in 1 file changed: 0 ins; 3 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/553.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/553/head:pull/553

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


More information about the hotspot-compiler-dev mailing list