More VectorSet cleanups

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 14
    • Affects Version/s: 14
    • Component/s: hotspot
    • b24

      JDK-8233708 removed unused code from VectorSet, but missed a few spots.

      Additionally, the current code does a few other things like shifting up signed longs and casting back to uint, which could be improved (1L << (elem & 31) -> 1U << (elem & 31))

            Assignee:
            Claes Redestad
            Reporter:
            Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: