On 01/03/2013 21:25, Jim Gish wrote:
Please review
http://cr.openjdk.java.net/~jgish/Bug8002070-RemoveResourceBundleStackSearch/
<http://cr.openjdk.java.net/%7Ejgish/Bug8002070-RemoveResourceBundleStackSearch/>
This removes the stack search from Logger.findResourceBundle()
Note that because this is a change in the spec/functionality, a CCC
request will be filed.
It's good to have this removed. The changes to the caching seem okay, at
least I don't see anything obviously wrong.
One suggestion is to change "SystemClassLoader" into system ClassLoader
and link it to the ClassLoader.getSystemClassLoader.
For the LoggerResourceBundleRace test then does it have to run in its
own VM?
-Alan.