Withdrawn: 8252584: HotSpot Style Guide should permit alignas

Julian Waters jwaters at openjdk.org
Tue Nov 29 00:54:53 UTC 2022


On Wed, 23 Nov 2022 10:24:42 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> Add alignas to the permitted features set. Though the corresponding entry mentions this should not be done for classes, there's no actual difference in practice with all our supported compilers, because their nonstandard syntax also has the same limitations and issues with dynamic allocation as the C++ alignas, and including such a restriction of falling back to ATTRIBUTE_ALIGNED in the case of classes in the style guide would ultimately not really serve much of a point

This pull request has been closed without being integrated.

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

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


More information about the hotspot-dev mailing list