<i18n dev> Review Request JDK-8170772: ResourceBundle improper caching causes tools/javadoc tests intermittently
Mandy Chung
mandy.chung at oracle.com
Fri Dec 9 16:49:57 UTC 2016
Naoto,
Can you review this ResourceBundle caching fix? The caller module
may be different than the specified module to
ResourceBundle.getBundle(String, Module) method and it should also
part of the cache key.
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8170772/webrev.00/
The new test shows the issue there and the first loading of the
resource bundle of a specific module (success or fail) will be
put in the cache and used by subsequent calls.
Thanks
Mandy
More information about the i18n-dev
mailing list