• D
    7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration · 0f0fd998
    dfuchs 提交于
    Summary: Due to subtle synchronization issues between LogManager & Logger class initialization the global logger doesn't have its 'manager' field initialized until the LogManager is initialized. This fix will ensure that the global logger has its 'manager' field set when getGlobal() is called.
    Reviewed-by: mchung, plevart
    0f0fd998
TestGetGlobalByName.java 4.1 KB