mfang [Tue, 22 Oct 2013 14:26:22 -0700] rev 21335
8026109: [ja] overtranslation of jarsigner in command line output
Reviewed-by: naoto
rriggs [Tue, 22 Oct 2013 17:02:08 -0400] rev 21334
8026982: javadoc errors in core libs
Summary: Cleanup of javadoc -Xlint errors
Reviewed-by: lancea, mduigou, darcy, mullan, mchung
rriggs [Tue, 22 Oct 2013 15:11:47 -0400] rev 21333
Merge
rriggs [Tue, 22 Oct 2013 15:06:27 -0400] rev 21332
Merge
rriggs [Tue, 22 Oct 2013 15:03:12 -0400] rev 21331
8024686: Cleanup of java.time serialization source
Summary: optimize serialized form of OffsetTime, OffsetDateTime; correct order of modifiers
Reviewed-by: sherman
darcy [Tue, 22 Oct 2013 12:04:30 -0700] rev 21330
8027062: Fix lint and doclint issues in java.lang.{ClassLoader, ClassValue, SecurityManager}
Reviewed-by: chegar, forax, alanb, mduigou
juh [Tue, 22 Oct 2013 11:57:38 -0700] rev 21329
8025287: NPE in api/java_security/cert/PKIXRevocationChecker/GeneralTests_GeneralTests
Reviewed-by: mullan
bpb [Tue, 22 Oct 2013 11:25:01 -0700] rev 21328
7179567: JCK8 tests: api/java_net/URLClassLoader/index.html#Ctor3 failed with NPE
6445180: URLClassLoader does not describe the behavior of several methods with respect to null arguments
Summary: Document when a NPE will be thrown by URLClassLoader constructors, newInstance(), findClass(), and getPermissions().
Reviewed-by: alanb, mduigou, chegar, dholmes, jrose