Tue, 02 Jul 2013 19:47:58 +0200 7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration
dfuchs [Tue, 02 Jul 2013 19:47:58 +0200] rev 18595
7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration 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
(0) -10000 -3000 -1000 -300 -100 -30 -10 -1 +1 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip