jdk-24/jdk/test/java/util/logging
Daniel Fuchs 5f717a6674 7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration
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
2013-07-02 19:47:58 +02:00
..
bundlesearch 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup 2013-05-16 11:19:00 -04:00
Logger/getGlobal 7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration 2013-07-02 19:47:58 +02:00
AnonLoggerWeakRefLeak.java 6964018: 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT 2010-07-21 17:01:31 -07:00
AnonLoggerWeakRefLeak.sh 6971847: 4/4 jmap '-histo:live' option is necessary for proper leak detection 2010-07-26 09:06:47 -07:00
CheckLockLocationTest.java 8004651: TEST: java/util/logging/CheckLockLocationTest.java failed to delete file (win) 2012-12-12 15:37:27 -08: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
DrainFindDeadlockTest.java 8010939: Deadlock in LogManager 2013-04-19 16:50:10 -07:00
GetGlobalTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
java.policy 7192275: Minimize LogManager dependencies on java.beans 2012-08-19 13:03:00 +01:00
Listeners.java 8003380: Compiler warnings in logging test code 2012-11-29 12:28:02 +00:00
ListenersWithSM.java 8003380: Compiler warnings in logging test code 2012-11-29 12:28:02 +00: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 8005632: Extend java.util.Logger to use Supplier<String> for messages 2013-01-25 16:13:32 -08:00
LoggerWeakRefLeak.java 6964018: 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT 2010-07-21 17:01:31 -07:00
LoggerWeakRefLeak.sh 6971847: 4/4 jmap '-histo:live' option is necessary for proper leak detection 2010-07-26 09:06:47 -07:00
LoggingDeadlock2.java 8004982: JDK8 source with GPL header errors 2012-12-20 16:24:50 -08: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
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 8003380: Compiler warnings in logging test code 2012-11-29 12:28:02 +00: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 8004931: add/removePropertyChangeListener should not exist in subset Profiles of Java SE 2013-01-21 23:23:12 -05:00
SimpleFormatterFormat.java 8004982: JDK8 source with GPL header errors 2012-12-20 16:24:50 -08:00
SimpleLogManager.java 8005615: Java Logger fails to load tomcat logger implementation (JULI) 2013-01-10 19:43:36 -08:00
TestAppletLoggerContext.java 8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger 2013-07-02 11:30:31 +02:00