History log of /openjdk9/jdk/test/java/util/logging/LogManager/TestLoggerNames.java
Revision Date Author Comments
# 11899:7942c5910c5b 12-May-2015 dfuchs

8079773: java/util/logging/LogManager/TestLoggerNames.java
Summary: Fixed a race condition in the test which was responsible of the intermittent failure.
Reviewed-by: mchung


# 11711:4abd26029802 02-Apr-2015 dfuchs

7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable
Summary: namedLoggers is now a ConcurrentHashMap. findLogger is updated to take benefit of the change.
Reviewed-by: dholmes, lancea, martin, mchung, plevart
Contributed-by: Peter Levart <peter.levart@gmail.com>, Daniel Fuchs <daniel.fuchs@oracle.com>