RFR: 8288478: AArch64: Clean up whitespace in assembler_aarch64.hpp

Nick Gasson ngasson at openjdk.org
Thu Jun 16 16:06:02 UTC 2022


On Thu, 16 Jun 2022 14:16:28 GMT, Andrew Haley <aph at openjdk.org> wrote:

> This is a very light cleanup of the layout of assembler_aarch64.hpp. I also corrected a few section headers that didn't match the section names in the Arm Architectural Reference Manual.

src/hotspot/cpu/aarch64/assembler_aarch64.hpp line 2423:

> 2421: 
> 2422:   // Advanced SIMD three different
> 2423: #define INSN(NAME, opc, opc2, acceptT2D)                                \

This backslash is misaligned now.

-------------

PR: https://git.openjdk.org/jdk/pull/9185


More information about the hotspot-compiler-dev mailing list