Integrated: 8325049: stubGenerator_ppc.cpp should use alignas
Julian Waters
jwaters at openjdk.org
Mon Feb 5 07:04:05 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
This pull request has now been integrated.
Changeset: af32262c
Author: Julian Waters <jwaters at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/af32262c28f6dd012307c249156d909bb891e75b
Stats: 4 lines in 1 file changed: 0 ins; 2 del; 2 mod
8325049: stubGenerator_ppc.cpp should use alignas
Reviewed-by: mdoerr
-------------
PR: https://git.openjdk.org/jdk/pull/17652
More information about the hotspot-compiler-dev
mailing list