hg: jdk9/dev/jdk: 8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE

daniel.fuchs at oracle.com daniel.fuchs at oracle.com
Thu Dec 19 05:55:58 PST 2013


Changeset: 9aaa7653bca5
Author:    dfuchs
Date:      2013-12-19 14:53 +0100
URL:       http://hg.openjdk.java.net/jdk9/dev/jdk/rev/9aaa7653bca5

8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE
Summary: This is a test bug - loggers held in local variables can be arbitrarily gc'ed if that variable is no longer used. The fix makes sure that the loggers won't be arbitrarily gc'ed before the test is complete.
Reviewed-by: mchung

! test/java/util/logging/TestLoggerBundleSync.java



More information about the jdk9-dev-changes mailing list