- 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
-
- 10 6月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, chegar, psandoz
-
- 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
-
- 17 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
- 06 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb
-
- 21 3月, 2013 1 次提交
-
-
由 leonidr 提交于
Summary: Do not create the main AppContext for applets Reviewed-by: art, ahgross
-
- 13 3月, 2013 1 次提交
-
-
由 jgish 提交于
Summary: The fragile, vulnerable, stack crawling has been eliminated from findResourceBundle(String) Reviewed-by: mchung, alanb
-
- 08 2月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, jgish
-
- 09 2月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou, chegar, alanb
-
- 06 2月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, jgish
-
- 26 1月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: briangoetz, mduigou Contributed-by: henry.jen@oracle.com
-
- 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
-
- 15 11月, 2012 1 次提交
-
-
由 jgish 提交于
Reviewed-by: alanb
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 26 10月, 2012 1 次提交
-
-
由 jgish 提交于
Reviewed-by: mchung, alanb
-
- 11 10月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: mchung, lancea, chegar
-
- 01 10月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, darcy, ulfzibis, iris, naoto, dholmes
-
- 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>
-
- 02 6月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Fix Logger.getLogger() ResourceBundle name race. Reviewed-by: dholmes, mchung
-
- 17 5月, 2011 2 次提交
-
-
由 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
-
由 dcubed 提交于
Summary: Over synchronized Logger.getLogger() deadlocks with LogManager.<clinit>via PlatformLogger Reviewed-by: dsamersoff, never, acorn, mchung
-
- 16 4月, 2011 1 次提交
-
-
由 mchung 提交于
Reviewed-by: forax, dcubed
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 30 3月, 2011 2 次提交
- 12 1月, 2011 1 次提交
-
-
由 smarks 提交于
Reviewed-by: darcy, alanb
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 21 12月, 2010 1 次提交
-
-
由 smarks 提交于
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
-
- 23 10月, 2010 1 次提交
-
-
由 mchung 提交于
Reviewed-by: dholmes
-