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

More VectorSet cleanups

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 14
    • 14
    • hotspot
    • b24

    Description

      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))

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: