MultiBranchNode::required_outcnt should return an unsigned int

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: hotspot
    • b20

      MultiBranchNode::required_outcnt() currently returns a signed int. However, all its implementations return positive integers, or in the case for PcTableNode implicitly convert an unsigned int to int. Further, Node::outcnt returns an int, so there is really no reason for a signed representation of an outcnt.

            Assignee:
            Manuel Hässig
            Reporter:
            Manuel Hässig
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: