hg: jdk8/tl/jdk: 8020095: Fix doclint warnings in java.util.regex

2013-07-08 Thread joe . darcy
Changeset: eab8f4e29f5e Author:darcy Date: 2013-07-08 22:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/eab8f4e29f5e 8020095: Fix doclint warnings in java.util.regex Reviewed-by: mchung ! src/share/classes/java/util/regex/MatchResult.java ! src/share/classes/java/util/reg

Re: possible NIO selector leak in 7u25

2013-07-08 Thread Bernd Eckenfels
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 before we close, which would not be passed on by the older xnio-nio): https://github.com/