..
AnonymousLogger
8026863: regression in anonymous Logger.setParent method
2013-10-28 10:52:07 +01:00
bundlesearch
8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermittently
2013-08-13 16:00:44 +02:00
HigherResolutionTimeStamps
8072645: java.util.logging should use java.time to get more precise time stamps
2015-02-25 18:41:07 +01:00
Level
8026027: Level.parse should return the custom Level instance instead of the mirrored Level
2013-10-09 06:24:42 -07:00
Logger
8028788: Logger.enterring uses String concatenation in a loop
2014-10-07 14:49:45 +02:00
LogManager
8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
2014-11-24 17:02:37 +01:00
RootLogger
8030850: Setting .level=FINEST in logging configuration file doesn't work
2013-12-22 11:20:07 +01:00
CheckLockLocationTest.java
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
2013-12-26 12:04:16 -08:00
CheckZombieLockTest.java
8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
2014-08-19 17:11:28 +02:00
ClassLoaderLeakTest.java
8003380: Compiler warnings in logging test code
2012-11-29 12:28:02 +00:00
CustomLogManager.java
8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration
2013-03-20 09:50:07 -07:00
CustomLogManagerTest.java
8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration
2013-03-20 09:50:07 -07:00
deadlockconf.properties
8031980: Add new j.u.l deadlock test for JDK-8027670 and JDK-8029281
2014-01-21 14:28:13 +01:00
DrainFindDeadlockTest.java
8010939: Deadlock in LogManager
2013-04-19 16:50:10 -07:00
FileHandlerLongLimit.java
8072645: java.util.logging should use java.time to get more precise time stamps
2015-02-25 18:41:07 +01:00
FileHandlerPath.java
8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
2014-09-29 18:56:32 +02:00
FileHandlerPatternExceptions.java
8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
2014-10-01 18:16:45 +02:00
GetGlobalTest.java
6943119: Rebrand source copyright notices
2010-05-25 15:58:33 -07:00
HandlersConfigTest.java
8030801: SocketHandler(host, port) requires permission ("java.util.logging.LoggingPermission" "control")
2014-01-07 09:54:16 +01:00
HandlersConfigTest$Configured.props
8030801: SocketHandler(host, port) requires permission ("java.util.logging.LoggingPermission" "control")
2014-01-07 09:54:16 +01:00
HandlersConfigTest$Default.props
8030801: SocketHandler(host, port) requires permission ("java.util.logging.LoggingPermission" "control")
2014-01-07 09:54:16 +01:00
LocalizedLevelName.java
8016127: NLS: logging.properties translatability recommendation
2013-09-02 18:28:50 +02:00
LoggerResourceBundleRace.java
8002070: Remove the stack search for a resource bundle for Logger to use
2013-03-13 11:24:48 -04:00
LoggerSubclass.java
6943119: Rebrand source copyright notices
2010-05-25 15:58:33 -07:00
LoggerSupplierAPIsTest.java
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
2013-12-26 12:04:16 -08:00
LoggingDeadlock2.java
8048913: java/util/logging/LoggingDeadlock2.java times out
2014-07-09 17:51:50 +02:00
LoggingDeadlock3.java
8004982: JDK8 source with GPL header errors
2012-12-20 16:24:50 -08:00
LoggingDeadlock3.props
7041595: 4/4 add lost test for 6487638
2011-05-16 12:58:48 -07:00
LoggingDeadlock4.java
8004928: TEST_BUG: Reduce dependence of CoreLib tests from the AWT subsystem
2012-12-17 14:34:37 +04:00
LoggingDeadlock.java
6943119: Rebrand source copyright notices
2010-05-25 15:58:33 -07:00
LoggingMXBeanTest2.java
8003380: Compiler warnings in logging test code
2012-11-29 12:28:02 +00:00
LoggingMXBeanTest.java
8003380: Compiler warnings in logging test code
2012-11-29 12:28:02 +00:00
LoggingNIOChange.java
6943119: Rebrand source copyright notices
2010-05-25 15:58:33 -07:00
LogManagerAppContextDeadlock.java
8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
2014-12-05 12:20:51 +01:00
LogManagerInstanceTest.java
8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger
2013-07-02 11:30:31 +02:00
MemoryHandlerTest.java
8003380: Compiler warnings in logging test code
2012-11-29 12:28:02 +00:00
MemoryHandlerTest.props
7159567: inconsistent configuration of MemoryHandler
2012-10-25 15:04:09 -07:00
ParentLoggersTest.java
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
2013-12-26 12:04:16 -08:00
ParentLoggersTest.props
Initial load
2007-12-01 00:00:00 +00:00
RacingThreadsTest.java
7045594: 4/4 fix for 6977677 introduced a ResourceBundle race
2011-06-01 17:11:23 -07:00
Reflect.java
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
2013-12-26 12:04:16 -08:00
SimpleFormatterFormat.java
8004982: JDK8 source with GPL header errors
2012-12-20 16:24:50 -08:00
SimpleLogManager.java
8033542: test/java/util/logging/SimpleLogManager might let Loggers be gc'ed too early
2014-02-05 17:56:04 +01:00
TestAppletLoggerContext.java
8028234: Remove unused methods in sun.misc.JavaAWTAccess
2013-11-13 07:49:42 -08:00
TestConfigurationListeners.java
8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
2014-09-26 11:29:29 +02:00
TestGetLoggerNPE.java
8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
2014-02-11 12:23:28 +01:00
TestLogConfigurationDeadLock.java
8031980: Add new j.u.l deadlock test for JDK-8027670 and JDK-8029281
2014-01-21 14:28:13 +01:00
TestLogConfigurationDeadLockWithConf.java
8031980: Add new j.u.l deadlock test for JDK-8027670 and JDK-8029281
2014-01-21 14:28:13 +01:00
TestLoggerBundleSync.java
8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
2014-08-14 15:18:11 +02:00
TestLoggerWeakRefLeak.java
6977426: sun/tools tests can intermittently fail to find app's Java pid
2014-12-19 13:13:11 +01:00
TestLoggingWithMainAppContext.java
8019853: Break logging and AWT circular dependency
2013-09-04 16:22:22 +02:00
TestMainAppContext.java
8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
2013-10-15 13:01:28 +02:00
XMLFormatterDate.java
8028185: XMLFormatter.format emits incorrect year
2013-11-19 20:10:58 +01:00