mduigou [Tue, 30 Apr 2013 12:31:51 -0700] rev 17200
8011814: Add testng.jar to Netbeans projects test compile classpath
8013271: Add MacOS sources to J2SE Netbeans project
8013272: JDK Netbeans projects should use ASCII encoding for sources
Reviewed-by: lancea
lancea [Tue, 30 Apr 2013 14:44:25 -0400] rev 17199
8010416: Add a way for java.sql.Driver to be notified when it is deregistered
Reviewed-by: alanb, ulfzibis
msheppar [Mon, 29 Apr 2013 23:07:22 +0100] rev 17198
8007373: Inet6Address serialization incompatibility
Reviewed-by: alanb, chegar
sla [Tue, 30 Apr 2013 10:48:25 +0200] rev 17197
8003671: [findbugs] sun.management.AgentConfigurationError.getParams() may expose internal representation by returning AgentConfigurationError.params
Reviewed-by: mchung, rbackman, jbachorik
mduigou [Mon, 29 Apr 2013 22:03:04 -0700] rev 17196
8011917: Add java.util.stream.Collectors utilities
Reviewed-by: darcy, mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>
briangoetz [Sat, 20 Apr 2013 18:53:26 -0400] rev 17195
8012650: Arrays streams methods
8011918: java.util.stream.Streams
Reviewed-by: alanb, mduigou, darcy, henryjen
Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
chegar [Mon, 29 Apr 2013 18:12:28 +0100] rev 17194
Merge
jzavgren [Mon, 29 Apr 2013 08:17:27 -0400] rev 17193
8012108: Memory leak in jdk/src/windows/native/java/net/NetworkInterface_winXP.c
Summary: Modified code to fix this leak and then proactively fixed improper calls to realloc() in the windows native code that can also cause leaks.
Reviewed-by: chegar, khazra, dsamersoff