On 12/18/2013 7:02 AM, Daniel Fuchs wrote:
HiPlease find below a fix for: 8030192 - [TEST_BUG] java/util/logging/TestLoggerBundleSync.java failed with NPE https://bugs.openjdk.java.net/browse/JDK-8030192 http://cr.openjdk.java.net/~dfuchs/webrev_8030192/webrev.00/
The patch looks fine. This test verifies the case when some loggers are GC'ed and thus the logger is kept in a local variable. Nit: typo in line 268: s/explicitely/explicitly/.
Mandy