JDK-8248414 : AArch64: Remove uses of long and unsigned long ints
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: aarch64
  • Submitted: 2020-06-26
  • Updated: 2022-05-24
  • Resolved: 2020-07-20
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 JDK 8
11.0.13Fixed 16 b07Fixed 8u351Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
All of the uses of long and unsigned long int should be replaced with more appropriate types. Where signed and unsigned 64-bit integers are required, use int64_t. Where pointers are required, use intptr_t. Where Java longs are required, use jlong.
Comments
Fix Request (11u): this patch is a prerequest for win-arm and mac-arm This patch passed all tests as part of zulu11 for last 3 releases ( jan/apr/july)
15-08-2021

URL: https://hg.openjdk.java.net/jdk/jdk/rev/d352e5db468c User: aph Date: 2020-07-20 10:36:37 +0000
20-07-2020