Fix -Wzero-as-null-pointer-constant warnings in ConcurrentHashTable

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 24
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b05

      ConcurrentHashTable has a pointer-typed data member _invisible_epoch. It is initialized to 0 by the constructor, and assigned to 0 in several places. This trigguers -Wzero-as-null-pointer-constant when that warning is enabled.

            Assignee:
            Kim Barrett
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: