JDK-8006627 : UUID to/from String performance should be improved by reducing object allocations
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-01-21
  • Updated: 2019-06-06
  • Resolved: 2014-07-22
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.

To download the current JDK release, click here.
JDK 9
9 b25Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8173722 :  
Description
See original discussion at 
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-January/013494.html
Comments
Checks on the correctness of the UUID format were added with this fix. Ideally, it should have gone through CCC. I think a release note is valid for such a change. See JDK-8159339 also.
22-06-2016

I rescind my previous comment. Lets just push the remaining work in one patch.
19-07-2014

Remaining work could still be split into two parts-constructor and toString(). I recommend doing toString() part first.
04-10-2013

Webrev at http://dl.dropbox.com/u/1422321/uuid_webrev/index.html
30-01-2013

Fix proposed by Steven Schlansker <steven@likeness.com>
30-01-2013