[PATCH 1/1] Get rid of synchronization in java.util.logging.LogRecord constructor

David M. Lloyd david.lloyd at redhat.com
Fri Mar 13 00:22:33 UTC 2009


Opened as a BugZilla bug:

   https://bugs.openjdk.java.net/show_bug.cgi?id=100021

- DML

On 03/12/2009 05:35 PM, David M. Lloyd wrote:
> Switch to atomic ops for the various sequence numbers, as opposed to 
> synchronizing on the class object on every object construction.




More information about the core-libs-dev mailing list