shade [Thu, 29 Nov 2012 17:03:52 +0000] rev 14684
8004141: UnsafeStaticFieldAccessorImpl#base should be final
Reviewed-by: chegar, alanb
Contributed-by: peter.levart@gmail.com
jgish [Thu, 29 Nov 2012 12:28:02 +0000] rev 14683
8003380: Compiler warnings in logging test code
Summary: Use generics, suppress warnings where appropriate, remove unused imports, etc.
Reviewed-by: lancea, chegar
michaelm [Thu, 29 Nov 2012 09:47:31 +0000] rev 14682
Merge
michaelm [Thu, 29 Nov 2012 09:41:20 +0000] rev 14681
7200720: crash in net.dll during NTLM authentication
Reviewed-by: chegar, dsamersoff
mchung [Wed, 28 Nov 2012 10:50:54 -0800] rev 14680
8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging
Reviewed-by: alanb, dholmes
mchung [Wed, 28 Nov 2012 10:49:15 -0800] rev 14679
8003851: MethodHandleNatives dependency on java.sql.DriverManager
Reviewed-by: alanb, dholmes
dfuchs [Wed, 28 Nov 2012 10:08:31 -0800] rev 14678
Merge
dfuchs [Wed, 28 Nov 2012 15:14:47 +0100] rev 14677
8003476: Cleanup warnings in com.sun.jmx.snmp code
Reviewed-by: alanb, smarks
jfranck [Wed, 28 Nov 2012 09:21:37 -0800] rev 14676
7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
Reviewed-by: darcy
xuelei [Wed, 28 Nov 2012 05:18:57 -0800] rev 14675
8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg()
Summary: certification verification in HandshakeHash was abandoned during TLS 1.2 implementation
Reviewed-by: xuelei, weijun
Contributed-by: Florian Weimer <fweimer@redhat.com>
sherman [Tue, 27 Nov 2012 22:07:11 -0800] rev 14674
8004088: hg push for bug#4235519 failed to push all files
Summary: pushed all base64 files
Reviewed-by: alanb, mduigou
sherman [Tue, 27 Nov 2012 21:51:26 -0800] rev 14673
4235519: Make sun.misc.BASE64{De,En}coder classes public
Summary: to add java.util.Base64
Reviewed-by: alanb, mduigou
robm [Wed, 28 Nov 2012 00:47:38 +0000] rev 14672
8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
Reviewed-by: chegar
chegar [Tue, 27 Nov 2012 17:15:19 +0000] rev 14671
8003833: Spurious NPE from Socket.getIn/OutputStream
Reviewed-by: alanb, dsamersoff