- 13 11月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: chegar, forax, lancea, alanb, jfranck
-
- 28 10月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: restore behaviour of setParent in anonymous logger and clarifies the spec with respect to security permissions. Reviewed-by: mchung, prr
-
- 23 10月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Cleanup of javadoc -Xlint errors Reviewed-by: lancea, mduigou, darcy, mullan, mchung
-
- 21 10月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: This fix prevents the logger's level to be re-initialized if it has already been initialized. Reviewed-by: mchung
-
- 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
-
- 09 10月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: dfuchs, chegar
-
- 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
-
- 04 9月, 2013 2 次提交
- 24 8月, 2013 1 次提交
-
-
由 dfuchs 提交于
Reviewed-by: mchung, lancea
-
- 03 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
8024131: Issues with cached localizedLevelName in java.util.logging.Level Summary: This fix updates logging.properties resource bundles to follow internationalization guidelines. It also fixes a caching issue with localizedLevelName. The regression test that was added needs both fixes to pass. Reviewed-by: mchung, alanb
-
- 07 8月, 2013 1 次提交
-
-
由 lagergren 提交于
Reviewed-by: darcy Contributed-by: marcus.lagergren@oracle.com
-
- 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
-