dfuchs [Thu, 12 Sep 2013 17:01:39 +0200] rev 19847
8024525: Make Logger log methods call isLoggable()
Summary: This changeset makes the various Logger logging method call isLoggable() instead of inlining the level checks.
Reviewed-by: mchung, alanb
darcy [Thu, 12 Sep 2013 01:47:05 -0700] rev 19846
8024643: Turn on javac lint checking in building the jdk repo
Reviewed-by: erikj, ihse, smarks
sjiang [Thu, 12 Sep 2013 09:41:28 +0200] rev 19845
8023529: OpenMBeanInfoSupport.equals/hashCode throw NPE
Reviewed-by: dholmes, dfuchs
henryjen [Wed, 11 Sep 2013 11:25:14 -0700] rev 19844
8024500: Missing API coverage for java.util.function.BiFunction andThen
Reviewed-by: mduigou, alanb
sherman [Wed, 11 Sep 2013 11:29:57 -0700] rev 19843
8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API
Summary: to move the new constants out of ZipConstants.java
Reviewed-by: martin
rriggs [Wed, 11 Sep 2013 10:35:31 -0400] rev 19842
Merge