RFR: 8276314: [JVMCI] check alignment of call displacement during code installation
Vladimir Kozlov
kvn at openjdk.java.net
Wed Nov 3 19:33:18 UTC 2021
On Wed, 3 Nov 2021 19:30:05 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> There's nothing to fix on the JVMCI side other than ensuring that we're asserting the correct alignment restrictions. Reducing the alignment to 4 instead of 8 would be a pure Graal change.
>
>> It's deeply hidden
>
> Thanks - doubt I would ever have found that in reasonable time.
I meant C1 and Graal. Yes, in JVMCI we should just check correct alignment.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6218
More information about the hotspot-compiler-dev
mailing list