Daryl Maier
Daryl Maier
`TR_ByteCodeInfo` is a bitfield, and we are likely running into some variant of this problem: https://bugs.openjdk.java.net/browse/JDK-8235983
Yes, we can suppress the gcc ABI warning on AArch64. It is generated because of a gcc bug fix implementing the AArch64 ABI for bitfields, and may appear if mixing...
eclipse/omr#6557 was created to suppress the `note: parameter passing for argument of type 'TR_ByteCodeInfo' changed in GCC 9.1` warnings. This is an informational notification that there was a bug in...
We'll resolve these warnings for 0.36.
@a7ehuo : could you investigate this issue please?
We won't be able to get to the bottom of this for 0.35. Moving to 0.36.
This PR is only in draft state until PR #15552 is merged. At that point this PR will be rebased to remove the FrontEnd changes that are needed to test...
Jenkins test sanity alinux64 jdk17,jdk19
Jenkins test sanity alinux64 jdk17,jdk19
Jenkins test sanity amac jdk17,jdk19