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

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

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 24
    • None
    • hotspot
    • None
    • b07

    Description

      SimpleCompactHashtable has some data members of pointer type. They are initialized to 0 in the constructor, and set to 0 in the reset() function. This triggers -Wzero-as-null-pointer-constant warnings when that's enabled.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: