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

MultiBranchNode::required_outcnt should return an unsigned int

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • 26
    • 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.

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

              Created:
              Updated:
              Resolved: