lana [Tue, 02 Jul 2013 15:23:23 -0700] rev 18596
Merge
dfuchs [Tue, 02 Jul 2013 19:47:58 +0200] rev 18595
7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration
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
ksrini [Tue, 02 Jul 2013 05:28:31 -0700] rev 18594
8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in work directory after execution
Reviewed-by: mchung
dfuchs [Tue, 02 Jul 2013 11:30:31 +0200] rev 18593
8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger
Summary: This patch makes sure that LoggerContext instances created for applets have a root and global logger.
Reviewed-by: mchung
juh [Mon, 01 Jul 2013 17:46:12 -0700] rev 18592
8019539: Fix doclint errors in java.security and its subpackages
Reviewed-by: darcy
darcy [Mon, 01 Jul 2013 14:33:08 -0700] rev 18591
8019535: Fix doclint issues in java.time.format
Reviewed-by: lancea, rriggs
darcy [Mon, 01 Jul 2013 13:42:03 -0700] rev 18590
8019529: Fix doclint issues in java.util.spi
Reviewed-by: lancea