RFR: 8285923: [REDO] JDK-8285802 AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities [v2]
Andrew Haley
aph at openjdk.java.net
Fri May 6 12:03:27 UTC 2022
On Fri, 6 May 2022 11:34:54 GMT, Nick Gasson <ngasson at openjdk.org> wrote:
>> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8285923: [REDO] JDK-8285802 AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
>
> src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp line 1178:
>
>> 1176: #undef WRAP
>> 1177: #define WRAP(INSN, is32) \
>> 1178: void INSN(Register Rd, Register Rn, uint64_t imm) { \
>
> Align the trailing backslash here and above?
Done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8554
More information about the hotspot-dev
mailing list