commit | c090f3f331a58277ad6d34e392ac3014863c85bb | [log] [tgz] |
---|---|---|
author | Daniel Fuchs <dfuchs@openjdk.org> | Thu Dec 19 14:53:10 2013 +0100 |
committer | Daniel Fuchs <dfuchs@openjdk.org> | Thu Dec 19 14:53:10 2013 +0100 |
tree | 9d43de2384741246337a7b38a03efd6555267160 | |
parent | dc30d3e266937afeb1da9572428ff62c95679e02 [diff] |
8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE 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