smarks [Tue, 06 Aug 2013 14:24:05 -0700] rev 19211
8022440: suppress deprecation warnings in sun.rmi
Reviewed-by: mduigou
juh [Tue, 06 Aug 2013 14:10:06 -0700] rev 19210
8022443: Fix lint warnings in sun.security.pkcs12
Reviewed-by: darcy
juh [Tue, 06 Aug 2013 13:46:15 -0700] rev 19209
8022439: Fix lint warnings in sun.security.ec
Reviewed-by: darcy
lagergren [Tue, 06 Aug 2013 12:56:18 -0700] rev 19208
8022412: Fixed warnings in java.util root, except for HashMap
Reviewed-by: mduigou, darcy
Contributed-by: marcus.lagergren@oracle.com
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
smarks [Mon, 05 Aug 2013 19:12:33 -0700] rev 19201
8020854: change RMI javadocs to specify that remote objects are exported to the wildcard address
Reviewed-by: rgallard, alanb
sundar [Mon, 05 Aug 2013 21:31:40 +0530] rev 19200
8016531: jconsole-plugin script demo does not work with nashorn
Reviewed-by: lagergren, hannesw
Contributed-by: rieberandreas@gmail.com
darcy [Mon, 05 Aug 2013 07:50:16 -0700] rev 19199
8022190: Fix varargs lint warnings in the JDK
Reviewed-by: alanb, lancea, alexsch
bpb [Fri, 02 Aug 2013 11:10:41 -0700] rev 19198
8022094: BigDecimal/CompareToTests and BigInteger/CompareToTests are incorrect
Summary: Fail test if errors; fix test values; port BigDecimal version to BigInteger
Reviewed-by: smarks, alanb
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
bchristi [Fri, 02 Aug 2013 15:30:11 -0700] rev 19197
8011194: Apps launched via double-clicked .jars have file.encoding value of US-ASCII on Mac OS X
Summary: On Mac, default to UTF-8 if no environmental hints are available
Reviewed-by: naoto, ddehaven
bpb [Wed, 31 Jul 2013 10:53:33 -0700] rev 19196
6476168: (fmt) Inconsistency formatting subnormal doubles with hexadecimal conversion
Summary: Update specification to match implementation.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>