JDK-8173722 : Release Note: java.util.UUID#fromString(String) now throws IllegalArgumentException if the parameter is too long
Type:Sub-task
Component:core-libs
Sub-Component:java.util
Affected Version:9
Priority:P4
Status:Closed
Resolution:Delivered
Submitted:2017-02-01
Updated:2017-09-22
Resolved:2017-03-30
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
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.