- 13 3月, 2013 1 次提交
-
-
由 jgish 提交于
Summary: The fragile, vulnerable, stack crawling has been eliminated from findResourceBundle(String) Reviewed-by: mchung, alanb
-
- 09 2月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou, chegar, alanb
-
- 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
-
- 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
-
- 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
-
- 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
-
- 27 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: jjg, darcy, weijun
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 10 12月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Fix incorrect tag @see with @see. Reviewed-by: darcy
-
- 28 10月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Added a new PlatformLoggingMXBean interface to extend PlatformManagedObject instead of LoggingMXBean Reviewed-by: alanb
-
- 21 10月, 2009 1 次提交
-
-
由 emcmanus 提交于
Summary: See http://weblogs.java.net/blog/2009/06/16/jsr-255-jmx-api-20-postponed Reviewed-by: dfuchs
-
- 18 9月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Added sun.util.logging.PlatformLogger for JRE implementation to log messages. Reviewed-by: alanb, naoto
-
- 16 9月, 2009 1 次提交
-
-
由 dcubed 提交于
Summary: Fix typos, some grammar and some inconsistencies in phrasing. Reviewed-by: tbell
-
- 22 7月, 2009 1 次提交
-
-
由 poonam 提交于
Summary: Making demandLogger() non-synchronized resolves the deadlock. Reviewed-by: dcubed
-
- 15 6月, 2009 1 次提交
-
-
由 martin 提交于
6511515: poor performance of LogRecord.inferCaller depending on java.lang.Throwable.getStackTraceElement Summary: Allow random access to stack trace elements; retrieve only needed ones Reviewed-by: swamyv Contributed-by: jeremymanson@google.com
-
- 21 4月, 2009 2 次提交
- 04 2月, 2009 1 次提交
-
-
由 bae 提交于
Reviewed-by: igor, swamyv
-