NodeHash debug variables are available in product build

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • b31

        Some members of NodeHash are only needed in debug builds but are also available in product. For example, '_grows' is incremented in 'NodeHash::grow' but only accessed for debugging in NodeHash::dump(). Other members like '_look_probes' are only maintained in debug and therefore contain no information in product.

        These variables should only be available in debug.

              Assignee:
              Tobias Hartmann
              Reporter:
              Tobias Hartmann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: