RFR: AArch64: Remove uses of long and unsigned long ints

Andrew Haley aph at redhat.com
Fri Jun 26 15:42:39 UTC 2020


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.

http://cr.openjdk.java.net/~aph/8248414/

-- 
Andrew Haley  (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671



More information about the hotspot-dev mailing list