RFR: 8325049: stubGenerator_ppc.cpp should use alignas
Martin Doerr
mdoerr at openjdk.org
Mon Feb 5 01:50:03 UTC 2024
On Wed, 31 Jan 2024 13:11:03 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Please review a trivial change to make stubGenerator_ppc.cpp use the well defined alignas instead of the aligned attribute. This was the only site I could find that does not use ATTRIBUTE_ALIGNED and instead independently defines the aligned attribute on its own, so I swapped it to use alignas instead
I had already tested it on both, linux and AIX.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17652#issuecomment-1926076807
More information about the hotspot-compiler-dev
mailing list