RFR: 8276314: [JVMCI] check alignment of call displacement during code installation [v3]
Doug Simon
dnsimon at openjdk.java.net
Wed Nov 3 22:29:33 UTC 2021
> This PR add verification of code alignment invariants related to x64 call instructions during code installation.
> This in turn allows a JVMCI compilation that generates a misaligned call to fail gracefully (i.e. bailout) instead of the VM crashing when it checks alignment before patching the displacement of a call instruction.
Doug Simon has updated the pull request incrementally with one additional commit since the last revision:
fix compilation error
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6218/files
- new: https://git.openjdk.java.net/jdk/pull/6218/files/b21dc4eb..807d20f1
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6218&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6218&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/6218.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6218/head:pull/6218
PR: https://git.openjdk.java.net/jdk/pull/6218
More information about the hotspot-compiler-dev
mailing list