RFR: 8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermitently
Daniel Fuchs
daniel.fuchs at oracle.com
Tue Jul 23 13:08:48 UTC 2013
Hi,
Please find below a changeset for fixing
8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is
failing intermittently [1]
This appears to be a test bug due to a bizarre use of synchronization
in the test. The test was failing regularly before the fix (= often
enough), but I haven't managed to reproduce since I changed
lr.wait() into lr.join();
http://cr.openjdk.java.net/~dfuchs/webrev_8019948/webrev.00/
best regards,
-- daniel
[1] https://jbs.oracle.com/bugs/browse/JDK-8019948
More information about the core-libs-dev
mailing list