bpb [Tue, 29 Apr 2014 09:42:16 -0700] rev 24128
8041683: Catch OutOfMemoryError in BitLengthOverflow and DoubleValueOverflow
Summary: java/math/BigInteger/BitLengthOverflow.java failing with OOME
Reviewed-by: alanb
jbachorik [Tue, 29 Apr 2014 14:37:02 +0200] rev 24127
8042096: Backout JDK-8042091
Reviewed-by: sla
alanb [Tue, 29 Apr 2014 13:23:08 +0100] rev 24126
8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
Reviewed-by: alanb, chegar
Contributed-by: pavel.rappo@oracle.com
jbachorik [Tue, 29 Apr 2014 11:15:21 +0200] rev 24125
8031195: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn, dcubed
michaelm [Mon, 28 Apr 2014 13:49:49 +0100] rev 24124
8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
Reviewed-by: chegar
plevart [Sat, 26 Apr 2014 11:11:48 +0200] rev 24123
8040892: Incorrect message in Exception thrown by Collectors.toMap(Function,Function)
Summary: Use Map.putIfAbsent instead of Map.merge when collecting into map using unique keys
Reviewed-by: psandoz, chegar