[jdk8u-dev] RFR: 8285802: AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
Andrew John Hughes
andrew at openjdk.org
Tue Jun 28 16:51:50 UTC 2022
On Mon, 2 May 2022 09:09:19 GMT, Andrew Haley <aph at openjdk.org> wrote:
> I'm going to have to do some more work on this one.
>
> Is there something we can do to make testing work automatically?
The PR should at least do builds on Linux x86, Linux x86_64, Windows and Mac once GitHub Actions are turned on. To run the JTreg tests and produce cross-compiled builds, we need to be able to pass the built JDK from one stage to another, which requires backporting bundles or some alternative I'll try and look that again after the July update is out of the way.
It won't really help on AArch64 though, as I don't believe there's any AArch64 hardware on Gitlab. So the most we can do is cross-compile for AArch64.
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/50
More information about the jdk8u-dev
mailing list