RFR: 8253901: ARM32 build crashes after JDK-8253540

Boris Ulasevich bulasevich at openjdk.java.net
Mon Oct 5 10:43:42 UTC 2020


[JDK-8253540](https://bugs.openjdk.java.net/browse/JDK-8253540) changed InterpreterRuntime::monitorexit call from
call_VM to call_VM_leaf. This requires additional arrangement for ARM32: the parameter must be in R0.

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

Commit messages:
 - 8253901: ARM32 build crashes after JDK-8253540

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

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


More information about the hotspot-dev mailing list