Details
-
Enhancement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
16
-
b26
Description
Add alignas to the permitted features set, but only for variables, not for classes. Classes have the problem that dynamic allocation is unaware of alignment restrictions. (That's fixed in C++17. Though we might be able to add it ourselves for our allocators.)
Attachments
Issue Links
- blocks
-
JDK-8250269 Replace ATTRIBUTE_ALIGNED with alignas
-
- Resolved
-
- relates to
-
JDK-8297852 Backout 8252584 for the time being
-
- Resolved
-
-
JDK-8297912 HotSpot Style Guide should permit alignas (Second Proposal Attempt)
-
- Resolved
-
(1 links to)