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

ALL_64_BITS is the same across platforms

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • None
    • hotspot
    • b21
    • generic
    • generic

      We have quite a lot of duplication of ALL_64_BITS
      #define ALL_64_BITS CONST64(0xFFFFFFFFFFFFFFFF)
      across posix platforms but it is the same for these platforms so it could be moved to a central place.

      On Windows it is currently
      #define ALL_64_BITS CONST64(-1)
      but this should be the same too.

            mbaesken Matthias Baesken
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: