ALL_64_BITS is the same across platforms

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: