RFR: 8276314: [JVMCI] check alignment of call displacement during code installation [v3]
Vladimir Kozlov
kvn at openjdk.java.net
Wed Nov 3 23:06:11 UTC 2021
On Wed, 3 Nov 2021 22:29:33 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> 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
Good.
Please, run mach5 testing before push.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6218
More information about the hotspot-compiler-dev
mailing list