-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
22
-
None
-
aarch32
-
linux
The linux-arm32 build generates a somewhat spectacular number of warnings, all for the same code - the offset_of macro in hotspot:
src/hotspot/share/utilities/globalDefinitions_gcc.hpp:144:40: warning: requested alignment 16 is larger than 8 [-Wattributes]
alignas(16) char space[sizeof (klass)];
src/hotspot/share/utilities/globalDefinitions_gcc.hpp:144:40: warning: requested alignment 16 is larger than 8 [-Wattributes]
alignas(16) char space[sizeof (klass)];
- relates to
-
JDK-8316395 GCC 8 fails with "requested alignment 16 is larger than 8" after JDK-8250269
- Closed
-
JDK-8250269 Replace ATTRIBUTE_ALIGNED with alignas
- Resolved
- links to
-
Review openjdk/jdk/16256