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
mduigou [Wed, 23 Oct 2013 14:32:41 -0700] rev 21352
8024688: further split Map and ConcurrentMap defaults eliminating looping from Map defaults, Map.merge fixes and doc fixes.
Reviewed-by: psandoz, dholmes
coffeys [Wed, 23 Oct 2013 20:51:14 +0100] rev 21351
8026405: javax/xml/ws/clientjar/TestWsImport.java failing on JDK 8 nightly aurora test runs
Reviewed-by: chegar
rfield [Wed, 23 Oct 2013 11:36:24 -0700] rev 21350
8027176: Remove redundant jdk/lambda/vm/DefaultMethodsTest.java
Reviewed-by: ksrini
coffeys [Wed, 23 Oct 2013 16:53:42 +0100] rev 21349
5036554: unmarshal error on CORBA alias type in CORBA any
Reviewed-by: chegar, smarks
kizune [Wed, 23 Oct 2013 18:35:47 +0400] rev 21348
8020802: Need an ability to create jar files that are invariant to the pack200 packing/unpacking
Reviewed-by: alanb, ksrini
sla [Wed, 23 Oct 2013 15:55:31 +0200] rev 21347
8026789: Update test/java/lang/instrument/Re(transform|define)BigClass.sh test to use NMT for memory leak detection
Reviewed-by: dcubed
chegar [Wed, 23 Oct 2013 14:38:22 +0100] rev 21346
8020758: HttpCookie constructor does not throw IAE when name contains a space
Reviewed-by: michaelm, msheppar
jbachorik [Wed, 23 Oct 2013 15:03:49 +0200] rev 21345
7112404: 2 tests in java/lang/management/ManagementFactory fails with G1 because expect non-zero pools
Reviewed-by: mchung, sjiang
michaelm [Wed, 23 Oct 2013 11:00:12 +0100] rev 21344
8025734: Use literal IP address where possible in SocketPermission generated by HttpURLPermission
Reviewed-by: chegar
egahlin [Wed, 23 Oct 2013 10:50:34 +0200] rev 21343
7105883: JDWP: agent crash if there exists a ThreadGroup with null name
Reviewed-by: sla, jbachorik
weijun [Wed, 23 Oct 2013 08:32:03 +0800] rev 21342
8027026: Change keytool -genkeypair to use -keyalg RSA
Reviewed-by: alanb, chegar, mullan
mullan [Tue, 22 Oct 2013 19:43:42 -0400] rev 21341
Merge
ascarpino [Tue, 22 Oct 2013 19:37:11 -0400] rev 21340
8025763: Provider does not override new Hashtable methods
Reviewed-by: mullan
henryjen [Tue, 22 Oct 2013 15:12:22 -0700] rev 21339
8025909: Lambda Library Spec Updates
8024179: Document limitations and performance characteristics of stream sources and operations
8024138: (Spec clarification) Lambda Metafacory spec should state DMH constraint on implMethod
Reviewed-by: mduigou
Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
smarks [Tue, 22 Oct 2013 14:51:08 -0700] rev 21338
8026427: deprecate obsolete APIs from java.rmi
Reviewed-by: alanb, dfuchs
mfang [Tue, 22 Oct 2013 14:37:40 -0700] rev 21337
Merge
mfang [Tue, 22 Oct 2013 14:36:43 -0700] rev 21336
6607048: clear extra l10n resource files in demo
Reviewed-by: naoto, yhuang
mfang [Tue, 22 Oct 2013 14:26:22 -0700] rev 21335
8026109: [ja] overtranslation of jarsigner in command line output
Reviewed-by: naoto
rriggs [Tue, 22 Oct 2013 17:02:08 -0400] rev 21334
8026982: javadoc errors in core libs
Summary: Cleanup of javadoc -Xlint errors
Reviewed-by: lancea, mduigou, darcy, mullan, mchung