Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8006627 UUID to/from String performance should be improved by reducing object allocations
  3. JDK-8173722

Release Note: java.util.UUID#fromString(String) now throws IllegalArgumentException if the parameter is too long

XMLWordPrintable

    • Verified

      As part of the fix for JDK-8006627, a check of the `String` parameter of `java.util.UUID.fromString(String)` was added which will result in an `IllegalArgumentException` being thrown if the length of the parameter is greater than 36.

            bpb Brian Burkhalter
            rcalnan Roger Calnan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: