RFR: 8002070 Remove the stack search for a resource bundle for Logger to use
Alan Bateman
Alan.Bateman at oracle.com
Sun Mar 3 14:15:49 UTC 2013
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.
More information about the core-libs-dev
mailing list