Changeset: 628432ee4d68
Author:henryjen
Date: 2013-07-09 09:15 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/628432ee4d68
8017141: java.util/stream Spliterators from sequential sources should not catch
OOME
Reviewed-by: mchung
Contributed-by: paul.san...@oracle.com
! src/s
Changeset: 44a634c1edc4
Author:psandoz
Date: 2013-07-09 10:44 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/44a634c1edc4
8019551: Make BaseStream public
Reviewed-by: chegar, psandoz
Contributed-by: brian goetz
! src/share/classes/java/util/stream/AbstractPipeline.java
! sr
Changeset: 43134e79c0bb
Author:psandoz
Date: 2013-07-09 16:04 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/43134e79c0bb
8019370: Sync j.u.c Fork/Join from 166 to tl
Reviewed-by: chegar, martin
Contributed-by: Doug Lea
! src/share/classes/java/util/concurrent/AbstractExecu
Changeset: 83c2976ef8ee
Author:coffeys
Date: 2013-07-09 16:00 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/83c2976ef8ee
8019979: Replace CheckPackageAccess test with better one from closed repo
Reviewed-by: mullan
! test/java/lang/SecurityManager/CheckPackageAccess.java
Glad to hear you got to the bottom of it.
-Rob
On 08/07/13 23:22, Bernd Eckenfels wrote:
Hello,
we found a cause for the leak, we did not use the latest xnio-nio
release. Looking at the NioTcpChannel code I guess that for example
this commit could fix a potential problem (we shutdown r+w
Changeset: aedb3bb327d5
Author:ksrini
Date: 2013-07-09 14:54 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/aedb3bb327d5
8020214: TEST_BUG:
test/tools/javap/8007907/JavapReturns0AfterClassNotFoundTest.java broken
Reviewed-by: jjg
! test/tools/javap/8007907/JavapReturn
Changeset: 7bb17aa9a09f
Author:dholmes
Date: 2013-07-09 22:01 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7bb17aa9a09f
8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently
Summary: Ensure WeakRef object can't be prematurely gc'd
Reviewed-by: chegar, pl