darcy [Tue, 06 Aug 2013 13:25:04 -0700] rev 19207
8022174: Fix doclint warnings in javax.sound
8022404: Fix doclint issues in java.applet
Reviewed-by: prr
jfranck [Tue, 06 Aug 2013 18:54:02 +0200] rev 19206
7184826: (reflect) Add support for Project Lambda concepts in core reflection
Reviewed-by: darcy, jfranck
Contributed-by: Amy Lu <amy.lu@oracle.com>
mullan [Tue, 06 Aug 2013 08:34:28 -0700] rev 19205
Merge
mullan [Tue, 06 Aug 2013 08:31:24 -0700] rev 19204
8022120: JCK test api/javax_xml/crypto/dsig/TransformService/index_ParamMethods fails
Summary: TransformService.init and marshalParams must throw NullPointerException when parent parameter is null
Reviewed-by: xuelei
chegar [Tue, 06 Aug 2013 15:35:20 +0100] rev 19203
8022344: Additional debug info for test/java/net/NetworkInterface/IndexTest.java
Reviewed-by: michaelm, alanb
dsamersoff [Tue, 06 Aug 2013 14:04:49 +0400] rev 19202
8011038: sourceObj validation during desereliazation of RelationNotification should be relaxed
Summary: sourceObj could be set to null by setSource() relax a validation of deserialized object.
Reviewed-by: sjiang, skoivu, dfuchs