hg: jdk6/jdk6/jdk: 7071826: Avoid benign race condition in initialization of UUID

2012-05-25 Thread sean . coffey
Changeset: 563d392b3e5c Author:mduigou Date: 2012-05-25 20:02 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/563d392b3e5c 7071826: Avoid benign race condition in initialization of UUID Summary: Avoids mostly benign but sometimes expensive race condition on initialization o

Re: CR 7071826 - code review & push request

2012-05-25 Thread Kelly O'Hair
Approved. -kto On May 25, 2012, at 4:39 AM, Seán Coffey wrote: > this is a port of jdk7u fix to the openjdk6 repo. > > webrev : http://cr.openjdk.java.net/~coffeys/webrev.7071826.jdk6/ > 7u discussion/review thread : > http://mail.openjdk.java.net/pipermail/jdk7u-dev/2012-May/002990.html > >

CR 7071826 - code review & push request

2012-05-25 Thread Seán Coffey
this is a port of jdk7u fix to the openjdk6 repo. webrev : http://cr.openjdk.java.net/~coffeys/webrev.7071826.jdk6/ 7u discussion/review thread : http://mail.openjdk.java.net/pipermail/jdk7u-dev/2012-May/002990.html regards, Sean.