dxu [Sat, 14 Dec 2013 20:36:10 -0800] rev 22045
8025437: Check DefaultProxySelector for JNI pending exception issues
Reviewed-by: michaelm, chegar, alanb
dxu [Sat, 14 Dec 2013 16:37:49 -0800] rev 22044
8022219: Intermittent test failures in java/util/zip/ZipFile
Reviewed-by: alanb, chegar
alanb [Sat, 14 Dec 2013 09:27:12 +0000] rev 22043
8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
Reviewed-by: chegar, ewang
bpb [Fri, 13 Dec 2013 16:15:58 -0800] rev 22042
4891331: BigInteger a.multiply(a) should use squaring code
Summary: Change multiply(BigInteger a) to return square() if a == this and the number of ints in the magnitude is over a threshold.
Reviewed-by: darcy, shade