- 14 8月, 2014 1 次提交
-
-
由 dfuchs 提交于
Summary: This is due to a race condition in the test where one GetRB thread can receive a stale LogRecord comming from another GetRB thread. Reviewed-by: dholmes
-
- 11 2月, 2014 1 次提交
-
-
由 dfuchs 提交于
8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null Summary: Adds a new test that verifies that the suspected root cause of JDK-8025512 does not cause NPE to be thrown. Reviewed-by: mchung
-
- 06 2月, 2014 1 次提交
-
-
由 dfuchs 提交于
Summary: fix another case of potentially premature Logger garbage collection in tests. Reviewed-by: mchung
-
- 18 1月, 2014 1 次提交
-
-
由 simonis 提交于
Reviewed-by: alanb Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, volker.simonis@gmail.com
-
- 19 8月, 2014 1 次提交
-
-
由 dfuchs 提交于
Summary: CheckZombieLockTest and CheckLockLocationTest should work with different temporary log directories so that they can be run concurrently. This fix changes the name of the log directory used by CheckZombieLockTest. Reviewed-by: mchung
-
- 07 7月, 2014 1 次提交
-
-
由 dfuchs 提交于
Summary: In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK. Reviewed-by: alanb
-
- 27 12月, 2013 1 次提交
-
-
由 lana 提交于
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
-
- 22 12月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: setLevel(INFO) was called too early on root logger, causing the value found in configuration file to be later ignored. Reviewed-by: mchung
-
- 10 1月, 2014 1 次提交
-
-
由 dfuchs 提交于
8031068: java/util/logging/ParentLoggersTest.java: checkLoggers: getLoggerNames() returned unexpected loggers Summary: The test was not keeping any strong reference on the loggers it created allowing for them to be garbage collected too early. Reviewed-by: mchung, chegar
-
- 21 1月, 2014 1 次提交
-
-
由 dfuchs 提交于
Summary: adds a new test for the deadlock found in JDK-8027670 and fixed in JDK-8029281. Reviewed-by: mchung
-
- 20 12月, 2013 1 次提交
-
-
由 dfuchs 提交于
8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again Summary: Yet another issue with Loggers being gc'ed too early. Reviewed-by: mchung
-
- 19 12月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: This is a test bug - loggers held in local variables can be arbitrarily gc'ed if that variable is no longer used. The fix makes sure that the loggers won't be arbitrarily gc'ed before the test is complete. Reviewed-by: mchung
-
- 04 12月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: Fixes several race conditions in logging which have been at the root cause of intermittent test failures. Reviewed-by: mchung, plevart
-
- 20 11月, 2013 2 次提交
-
-
由 dfuchs 提交于
Summary: this test has been seen failing on Solaris 10, presumably because it was run as root. The fix will skip the non-writable case if it can't make a non-writable dir. Reviewed-by: mchung
-
由 dfuchs 提交于
Summary: Fixes a regression where the year in the date was increased by 1900. Reviewed-by: alanb, mchung
-
- 13 11月, 2013 2 次提交
- 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
-
- 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
-
- 15 10月, 2013 1 次提交
-
-
由 dfuchs 提交于
8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup") Summary: The test 'threadGroup.getParent() == null' can sometimes throw ACE and needs to be wrapped in doPrivileged. Reviewed-by: alanb, mchung, dholmes
-
- 09 10月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: dfuchs, chegar
-
- 25 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: Arbitrary timeouts in the tests @run lines where too agressive for some configurations. The tests will now run with default timeout. Reviewed-by: alanb, mchung
-
- 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 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
-
- 24 8月, 2013 1 次提交
-
-
由 dfuchs 提交于
Reviewed-by: mchung, lancea
-
- 13 8月, 2013 1 次提交
-
-
由 dfuchs 提交于
Reviewed-by: mchung, dholmes
-
- 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
-
- 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
-
- 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
-
- 19 4月, 2013 1 次提交
-
-
由 jgish 提交于
Reviewed-by: mchung
-
- 21 3月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb
-
- 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
-
- 22 1月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: dholmes, mchung, ksrini
-
- 11 1月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, ahgross
-