RFR: 8257143: Enable JVMCI code installation tests on AArch64
Doug Simon
dnsimon at openjdk.java.net
Tue Dec 1 22:01:57 UTC 2020
On Tue, 1 Dec 2020 21:47:44 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> The assertion `assert((format & format_mask) == format, "wrong format");` fails in `relocInfo::check_format_and_offset()`. That comes from the call in `jvmciCodeInstaller.cpp` line 866. I don't know why we don't see this with regular Graal usage. Maybe it doesn't use that relocation type on AArch64?
>
> @dougxc Can you check why we did not hit this assert before?
>
> BTW, I am fine with these changes.
Most likely because we are not currently testing GraalVM on non-product JDK builds on AArch64.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1475
More information about the hotspot-compiler-dev
mailing list