JDK-8248682 : AArch64: Use ATTRIBUTE_ALIGNED helper
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: aarch64
  • Submitted: 2020-07-01
  • Updated: 2022-02-06
  • Resolved: 2020-07-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 16
11.0.13Fixed 16 b09Fixed
Related Reports
Blocks :  
Relates :  
Description
`__attribute__ ((aligned(x))` is gcc-ism and breaks MSVC.
Comments
Fix Request (11u). Clean backport, syntax-only except for alignment spec.
23-08-2021

URL: https://hg.openjdk.java.net/jdk/jdk/rev/5c94296da4a6 User: dholmes Date: 2020-07-30 00:33:15 +0000
30-07-2020