Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8248414

AArch64: Remove uses of long and unsigned long ints

XMLWordPrintable

    • b07
    • aarch64

        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.

              aph Andrew Haley
              aph Andrew Haley
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: