- 09 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
8021003: java/util/logging/Logger/getGlobal/TestGetGlobalConcurrent.java fails intermittently 8019945: test/java/util/logging/LogManagerInstanceTest.java failing intermittently Summary: This fix untangles the class initialization of Logger and LogManager, and also cleans up the relationship between LogManager, LoggerContext, and Logger, which were at the root cause of some intermittent test failures. Reviewed-by: mchung, martin, plevart
-
- 04 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: Break logging and AWT circular dependency, which was at the root cause for 8023258 - Logger.getLogger() after ImageIO.read() returns different logger instance Reviewed-by: mchung, art
-
- 03 7月, 2013 1 次提交
-
-
由 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
-
- 02 7月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: This patch makes sure that LoggerContext instances created for applets have a root and global logger. Reviewed-by: mchung
-
- 28 6月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: lancea
-
- 16 5月, 2013 1 次提交
-
-
由 jgish 提交于
Summary: Use caller's classloader to load resource as an alternative to thread context classloader and system classloader Reviewed-by: mchung, alanb
-
- 14 5月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, jgish
-
- 20 4月, 2013 1 次提交
-
-
由 jgish 提交于
Summary: re-order locks to avoid deadlock Reviewed-by: mchung
-
- 21 3月, 2013 1 次提交
-
-
由 leonidr 提交于
Summary: Do not create the main AppContext for applets Reviewed-by: art, ahgross
-
- 08 2月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, jgish
-
- 06 2月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, jgish
-
- 22 1月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: dholmes, mchung, ksrini
-
- 11 1月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, ahgross
-
- 12 12月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: ksrini, mchung, dholmes
-
- 11 12月, 2012 1 次提交
-
-
http://java.sun.com/j2se/1.4.1/docs/api/java/util/logging/LogManager.html由 mchung 提交于
Summary: Simple capitalization typo in LogManager() description Reviewed-by: darcy, mchung
-
- 30 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: psandoz, mchung
-
- 27 11月, 2012 1 次提交
-
-
由 mchung 提交于
6664528: Find log level matching its name or value given at construction time Reviewed-by: alanb, ahgross, jgish, hawtin
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 11 10月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: mchung, lancea, chegar
-
- 09 9月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: mchung, ahgross
-
- 19 8月, 2012 1 次提交
-
-
由 alanb 提交于
Summary: Reduce dependency to PropertyChangeListener and PropertyChangeEvent. Also add basic test coverage. Reviewed-by: dcubed, dsamersoff, mchung
-
- 08 12月, 2011 1 次提交
-
-
由 smarks 提交于
Reviewed-by: alanb, dholmes, forax, sherman, smarks Contributed-by: NPrasannaa <prasannaa_ss@yahoo.com>, Martijn Verburg <martijnverburg@gmail.com>, Goerge_Albrecht <goerge.albrecht@gmx.net>, Graham Allan <grundlefleck@googlemail.com>, Michael Barker <mikeb01@gmail.com>
-
- 17 5月, 2011 1 次提交
-
-
由 dcubed 提交于
7016208: 4/3 null sometimes returned by java.util.logging.Logger.getLogger(String name) in -server -Xcomp Summary: Logger can be GC'ed between LogManager.addLogger() and LogManager.getLogger() Reviewed-by: dsamersoff, never, acorn, mchung
-
- 30 3月, 2011 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb
-
- 21 12月, 2010 1 次提交
-
-
由 smarks 提交于
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
-
- 22 9月, 2010 1 次提交
-
-
由 dcubed 提交于
Summary: Add words in more places to make it clear that Logger objects are GC'able unless there is a strong reference. Reviewed-by: dholmes, andrew
-
- 23 6月, 2010 1 次提交
-
-
由 dcubed 提交于
Summary: Use ReferenceQueues to manage WeakReferences in LogManager and Logger. Reviewed-by: dholmes, alanb, emcmanus, tonyp Contributed-by: jeremymanson@google.com
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 28 10月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Added a new PlatformLoggingMXBean interface to extend PlatformManagedObject instead of LoggingMXBean Reviewed-by: alanb
-
- 18 9月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Added sun.util.logging.PlatformLogger for JRE implementation to log messages. Reviewed-by: alanb, naoto
-
- 22 7月, 2009 1 次提交
-
-
由 poonam 提交于
Summary: Making demandLogger() non-synchronized resolves the deadlock. Reviewed-by: dcubed
-
- 04 2月, 2009 1 次提交
-
-
由 bae 提交于
Reviewed-by: igor, swamyv
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-