Code review request for 7026898 DriverManager to now use CopyOnWriteArrayList
David Schlosnagle
schlosna at gmail.com
Fri Mar 11 23:26:08 UTC 2011
On Fri, Mar 11, 2011 at 3:03 PM, Lance Andersen - Oracle
<Lance.Andersen at oracle.com> wrote:
> I have posted the diffs to DriverManager for review at http://cr.openjdk.java.net/~lancea/7026898/. This change utilizes CopyOnWriteArrayList instead of the Vectors previously used.
Lance,
Shouldn't the logSync lock field be final?
- Dave
More information about the core-libs-dev
mailing list