[PATCH 1/1] Get rid of synchronization in java.util.logging.LogRecord constructor (original) (raw)
David M. Lloyd david.lloyd at redhat.com
Fri Mar 13 00:22:33 UTC 2009
- Previous message: [PATCH 1/1] Get rid of synchronization in java.util.logging.LogRecord constructor
- Next message: hg: jdk7/tl/jdk: 6798714: OCSPResponse class has to check the validity of signing certificate for OCSP response
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [PATCH 1/1] Get rid of synchronization in java.util.logging.LogRecord constructor
- Next message: hg: jdk7/tl/jdk: 6798714: OCSPResponse class has to check the validity of signing certificate for OCSP response
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]