Changeset: ed111451b77a
Author:zhangshj
Date: 2013-07-05 10:51 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ed111451b77a
8019381: HashMap.isEmpty is non-final, potential issues for get/remove
Reviewed-by: chegar, mduigou
! src/share/classes/java/util/HashMap.java
+ test/ja
On 7/4/13 1:53 PM, Alan Bateman wrote:
On 04/07/2013 19:43, David M. Lloyd wrote:
XNIO uses Selectors (usually PollSelectorImpls) which are cached per
thread in order to mix blocking and non-blocking I/O. If you are
starting many short-lived threads and doing blocking operations on
XNIO channe
Hello,
I will have a look at 7u40 and 8 as soon as I get some time. But I dont
think it is thread(caching) related as it does not show up in the heapdump
(and we have a controled thread creation rate). It looks more like some
close/cancel interactions (and a real leak).
I will let you kno
Changeset: aa9fefb5d9c4
Author:alanb
Date: 2013-07-04 20:00 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/aa9fefb5d9c4
8017231: Add StringJoiner.merge
Reviewed-by: psandoz, alanb
Contributed-by: brian.go...@oracle.com, henry@oracle.com
! src/share/classes/java/util/Stri
On 04/07/2013 19:43, David M. Lloyd wrote:
XNIO uses Selectors (usually PollSelectorImpls) which are cached per
thread in order to mix blocking and non-blocking I/O. If you are
starting many short-lived threads and doing blocking operations on
XNIO channels then this might explain what is ha
On 7/4/13 4:42 AM, Alan Bateman wrote:
On 04/07/2013 09:36, Bernd Eckenfels wrote:
Hello,
we see a possible handle/selector leak very similiar to this bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7118373
We see on linux unix domain sockets and on windows /dev/afd handles
which are
Changeset: dd69273a0240
Author:alanb
Date: 2013-07-04 14:38 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/dd69273a0240
8019622: (sl) ServiceLoader.next incorrect when creation and usages are in
different contexts
Reviewed-by: mchung, ahgross, forax, psandoz
! src/share/cla
Changeset: 79c3146e417b
Author:vromero
Date: 2013-07-04 10:41 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/79c3146e417b
6356530: -Xlint:serial does not flag abstract classes with concrete
methods/members
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/jav
On 04/07/2013 09:36, Bernd Eckenfels wrote:
Hello,
we see a possible handle/selector leak very similiar to this bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7118373
We see on linux unix domain sockets and on windows /dev/afd handles
which are not backed up by any socket/selector/ha
Changeset: d6158f8d7235
Author:vromero
Date: 2013-07-04 10:35 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d6158f8d7235
8009924: some langtools tools do not accept -cp as an alias for -classpath
Reviewed-by: jjg
! src/share/classes/com/sun/tools/doclets/internal/tool
Hello,
we see a possible handle/selector leak very similiar to this bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7118373
We see on linux unix domain sockets and on windows /dev/afd handles which
are not backed up by any socket/selector/handle/channel in the heapdump.
This is a ap
11 matches
Mail list logo