- 17 10月, 2013 1 次提交
-
-
由 dfuchs 提交于
4814565: (rb) add method to get basename from a ResourceBundle Summary: adds Logger.setResourceBundle(ResourceBundle) and ResourceBundle.getBaseBundleName() Reviewed-by: mchung, naoto
-
- 12 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: This changeset makes the various Logger logging method call isLoggable() instead of inlining the level checks. Reviewed-by: mchung, alanb
-
- 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
-
- 24 8月, 2013 1 次提交
-
-
由 dfuchs 提交于
Reviewed-by: mchung, lancea
-
- 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
-
- 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
-
- 17 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
- 13 3月, 2013 1 次提交
-
-
由 jgish 提交于
Summary: The fragile, vulnerable, stack crawling has been eliminated from findResourceBundle(String) Reviewed-by: mchung, alanb
-
- 26 1月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: briangoetz, mduigou Contributed-by: henry.jen@oracle.com
-
- 11 1月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, ahgross
-
- 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
-
- 09 9月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: mchung, ahgross
-
- 02 6月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Fix Logger.getLogger() ResourceBundle name race. Reviewed-by: dholmes, mchung
-
- 17 5月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Over synchronized Logger.getLogger() deadlocks with LogManager.<clinit>via PlatformLogger Reviewed-by: dsamersoff, never, acorn, mchung
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 12 1月, 2011 1 次提交
-
-
由 smarks 提交于
Reviewed-by: darcy, 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
-
- 16 9月, 2009 1 次提交
-
-
由 dcubed 提交于
Summary: Fix typos, some grammar and some inconsistencies in phrasing. Reviewed-by: tbell
-
- 21 4月, 2009 1 次提交
-
-
由 martin 提交于
Reviewed-by: swamyv Contributed-by: jeremymanson@google.com
-
- 28 1月, 2009 1 次提交
-
-
由 martin 提交于
Reviewed-by: swamyv Contributed-by: jeremymanson@google.com
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-