Martin,
Good catch! Your fix looks good to me.
Bug id for this issue is:6830220).
-Swamy
Martin Buchholz wrote:
Hi Swamy
Our recent change
changeset: 810:6eac3829cb41
user:martin
date:Tue Jan 27 15:04:30 2009 -0800
summary: 6797480: Remove synchronization bottleneck in
I've updated my PATCH with more self-flagellation penance tests,
but which also have an ulterior motive, as will be revealed in a followon msg.
PATCH to my patch
http://cr.openjdk.java.net/~martin/getHandlers
follows:
diff --git a/test/java/util/logging/LoggerSubclass.java
b/test/java/util/loggin
Hi Swamy
Our recent change
changeset: 810:6eac3829cb41
user:martin
date:Tue Jan 27 15:04:30 2009 -0800
summary: 6797480: Remove synchronization bottleneck in logger
unfortunately introduced a serious bug.
Logger.log should call Logger.getHandlers(), not Logger.handlers,
be