smarks [Thu, 24 Oct 2013 10:13:39 -0700] rev 21359
8023862: deprecate HTTP proxying from RMI
Reviewed-by: mchung
alundblad [Thu, 24 Oct 2013 18:52:13 +0200] rev 21358
8027170: Annotations declared on super-super-class should be overridden by super-class.
Reviewed-by: jfranck
Contributed-by: andreas.lundblad@oracle.com, peter.levart@gmail.com
igerasim [Wed, 23 Oct 2013 15:37:40 +0400] rev 21357
8024521: (process) Async close issues with Process InputStream
Reviewed-by: psandoz, martin, alanb, robm
alanb [Thu, 24 Oct 2013 13:24:32 +0100] rev 21356
8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
Reviewed-by: rriggs, psandoz, chegar
Contributed-by: dl@cs.oswego.edu, alan.bateman@oracle.com
sla [Tue, 15 Oct 2013 12:53:54 +0200] rev 21355
8009681: TEST_BUG: MethodExitReturnValuesTest.java may fail when there are unexpected background threads
Reviewed-by: sla, allwin
Contributed-by: mikael.auno@oracle.com
dxu [Wed, 23 Oct 2013 22:30:35 -0700] rev 21354
7122887: JDK ignores Gnome3 proxy settings
Summary: Fix GConf and add to use GProxyResolver to handle network proxy resolution
Reviewed-by: chegar
rfield [Wed, 23 Oct 2013 15:16:35 -0700] rev 21353
8025868: Several lang/LMBD JCK tests fail with java.lang.BootstrapMethodError
Summary: Wildcard marker interfaces can cause duplicate implemented interfaces in generated lambda class
Reviewed-by: briangoetz