rfield [Fri, 03 Apr 2015 00:00:16 -0700] rev 29745
8076632: Remove duplicate tests: FDTest, MethodReferenceTest and more -- follow-on (completion)
Summary: Remove certain lambda tests from the JDK repo which also exist in the langtools repo
Reviewed-by: rfield
Contributed-by: amy.lu@oracle.com
rfield [Thu, 02 Apr 2015 17:32:05 -0700] rev 29744
8075304: Remove duplicate test: FDTest
Summary: Remove certain lambda tests from the JDK repo which also exist in the langtools repo
Reviewed-by: rfield
Contributed-by: amy.lu@oracle.com
bchristi [Thu, 02 Apr 2015 12:33:03 -0700] rev 29743
8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find.
Summary: Throw ConcurrentModificationException from computeIfAbsent() & friends
Reviewed-by: chegar, psandoz
mikael [Thu, 02 Apr 2015 11:54:33 -0700] rev 29742
8074840: Resolve disabled warnings for libjli and libjli_static
Reviewed-by: dholmes, ksrini
rriggs [Thu, 02 Apr 2015 14:25:27 -0400] rev 29741
8076441: Dead code in java.time.chrono.Chronology.isLeapYear after fixing JDK-8067800
Reviewed-by: igerasim, rriggs
Contributed-by: nadeesh.tv@oracle.com
dfuchs [Thu, 02 Apr 2015 16:24:46 +0200] rev 29740
7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable
Summary: namedLoggers is now a ConcurrentHashMap. findLogger is updated to take benefit of the change.
Reviewed-by: dholmes, lancea, martin, mchung, plevart
Contributed-by: Peter Levart <peter.levart@gmail.com>, Daniel Fuchs <daniel.fuchs@oracle.com>
dfuchs [Thu, 02 Apr 2015 11:42:07 +0200] rev 29739
8075810: LogManager.readConfiguration may throw undocumented IllegalArgumentException
Summary: LogManager.readConfiguration will wrap the IllegalArgumentException thrown by Properties.load inside an IOException.
Reviewed-by: lancea, mchung, rriggs
aefimov [Wed, 01 Apr 2015 16:01:41 +0300] rev 29738
8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
Reviewed-by: joehw