RFR: 8325049: stubGenerator_ppc.cpp should use alignas
Julian Waters
jwaters at openjdk.org
Sun Feb 4 13:28:04 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
Thanks Martin, now all this needs is approval for Linux PPC
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17652#issuecomment-1925749235
More information about the hotspot-compiler-dev
mailing list