Replace various encodings of UINT/SIZE_MAX in gc code

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 21
    • Affects Version/s: 21
    • Component/s: hotspot
    • gc
    • b14

      There are a few places where we construct the special value 0xf...f for size_t's using either (size_t)-1 or ~(size_t)0.

      Just use SIZE_MAX instead.

            Assignee:
            Thomas Schatzl
            Reporter:
            Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: