darcy [Mon, 04 Feb 2013 17:56:29 -0800] rev 15534
8007113: Upgrade AnnotatedElement.isAnnotionPresent to be a default method
Reviewed-by: chegar, jfranck
sherman [Mon, 04 Feb 2013 11:58:43 -0800] rev 15533
8006295: Base64.Decoder.wrap(java.io.InputStream) returns InputStream which throws unspecified IOException on attempt to decode invalid Base64 byte stream
8006315: Base64.Decoder decoding methods are not consistent in treating non-padded data
8006530: Base64.getMimeDecoder().decode() throws exception for non-base64 character after adding =
Summary: updated the spec to describe the expected behave explicitly and the implementation to follow
Reviewed-by: alanb, chegar, lancea
vinnie [Mon, 04 Feb 2013 17:20:26 +0000] rev 15532
8006994: Cleanup PKCS12 tests to ensure streams get closed
Reviewed-by: mullan
dsamersoff [Sun, 03 Feb 2013 21:39:58 +0400] rev 15531
8002048: Protocol to discovery of manageable Java processes on a network
Summary: Introduce a protocol to discover manageble Java instances across a network subnet, JDP
Reviewed-by: sla, dfuchs
dmeetry [Sun, 03 Feb 2013 18:20:24 +0400] rev 15530
6471906: java.lang.NegativeArraySizeException in tenToThe
Reviewed-by: darcy
Contributed-by: brian.burkhalter@oracle.com
ksrini [Sat, 02 Feb 2013 12:08:43 -0800] rev 15529
8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch
Reviewed-by: ksrini, mduigou
Contributed-by: ragini.prasad@oracle.com
chegar [Sat, 02 Feb 2013 17:15:13 +0000] rev 15528
8007322: untangle ftp protocol from general networking URL tests
Reviewed-by: alanb