History log of /openjdk10/jdk/test/java/util/UUID/UUIDTest.java
Revision Date Author Comments
# 13669:c3da0d44c900 04-Feb-2016 shade

8148936: Adapt UUID.toString() to Compact Strings
Reviewed-by: igerasim, redestad


# 11822:110f7f35760f 29-Apr-2015 darcy

8078334: Mark regression tests using randomness
Reviewed-by: xuelei, alanb


# 10370:3b298c230549 21-Jul-2014 redestad

8006627: UUID to/from String performance should be improved by reducing object allocations
Reviewed-by: mduigou, plevart
Contributed-by: Steven Schlansker <stevenschlansker@gmail.com>, Claes Redestad <claes.redestad@oracle.com>


# 6073:cea72c2bf071 02-Nov-2012 alanb

7197491: update copyright year to match last edit in jdk8 jdk repository
Reviewed-by: chegar, ksrini


# 5401:944676ef3c58 11-May-2012 mduigou

7071826: Avoid benign race condition in initialization of UUID
Summary: Avoids mostly benign but sometimes expensive race condition on initialization of UUID.numberGenerator which is used by UUID.randomUUID()
Reviewed-by: alanb, chegar


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 1952:1755493c5774 03-Dec-2009 darcy

6907177: Update jdk tests to remove unncessary -source and -target options
Reviewed-by: ohair


# 0:37a05a11f281 30-Nov-2007 duke

Initial load