RFR 8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code.
Daniel Fuchs
daniel.fuchs at oracle.com
Fri Jul 1 16:02:30 UTC 2016
On 01/07/16 16:33, Mandy Chung wrote:
> I think the additional check is unecessary but it’s harmless if you prefre to keep that.
Oh - I see - the permission check in ConfigurationData::merge
can be removed: ConfigurationData is a private class and
config is a private field. I will do that.
cheers,
-- daniel
> Ship it.
More information about the core-libs-dev
mailing list