code review request: 7078355: sun/net/www/protocol/file/DirPermissionDenied.sh leaves garbage on some linux systems

2011-08-11 Thread Weijun Wang
CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7078355 webrev: http://cr.openjdk.java.net/~weijun/7078355/webrev.00/ Evaluation: It seems on this system, being an owner of a directory does not automatically grants a user every privileged action on it. A chmod is still needed. Descrip

hg: jdk8/tl/jdk: 7055363: jdk_security3 test target cleanup

2011-08-11 Thread weijun . wang
Changeset: cb83fe13af98 Author:weijun Date: 2011-08-12 12:26 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cb83fe13af98 7055363: jdk_security3 test target cleanup Reviewed-by: alanb, xuelei ! test/Makefile ! test/ProblemList.txt ! test/com/sun/security/auth/login/ConfigFile

hg: jdk8/tl/jdk: 7076415: sun/security/krb5/runNameEquals.sh failed on sles 10

2011-08-11 Thread weijun . wang
Changeset: 4574445f35ac Author:weijun Date: 2011-08-12 11:20 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4574445f35ac 7076415: sun/security/krb5/runNameEquals.sh failed on sles 10 Reviewed-by: xuelei ! test/sun/security/krb5/Krb5NameEquals.java

hg: jdk8/tl/jdk: 7077672: jdk8_tl nightly fail in step-2 build on 8/10/11

2011-08-11 Thread jonathan . gibbons
Changeset: 79bd5691d85f Author:jjg Date: 2011-08-11 13:34 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/79bd5691d85f 7077672: jdk8_tl nightly fail in step-2 build on 8/10/11 Reviewed-by: mchung, jjg Contributed-by: alexandre.boulga...@oracle.com ! src/share/classes/com/sun/

Re: Socket InputStream.available may return a positive value after shutdown

2011-08-11 Thread Michael McMahon
On 11/08/11 17:27, Alan Bateman wrote: Chris Hegarty wrote: Here is a first stab at fixing this issue. http://cr.openjdk.java.net/~chegar/7014860/webrev.00/webrev/ -Chris. The spec clarification seems reasonable to me. Small typo "the streams available method" to "the stream's available met

Re: Socket InputStream.available may return a positive value after shutdown

2011-08-11 Thread Chris Hegarty
On 08/11/11 05:27 PM, Alan Bateman wrote: Chris Hegarty wrote: Here is a first stab at fixing this issue. http://cr.openjdk.java.net/~chegar/7014860/webrev.00/webrev/ -Chris. The spec clarification seems reasonable to me. Small typo "the streams available method" to "the stream's available me

Re: Socket InputStream.available may return a positive value after shutdown

2011-08-11 Thread Alan Bateman
Chris Hegarty wrote: Here is a first stab at fixing this issue. http://cr.openjdk.java.net/~chegar/7014860/webrev.00/webrev/ -Chris. The spec clarification seems reasonable to me. Small typo "the streams available method" to "the stream's available method". Good to see the NIO socket adapt

hg: jdk8/tl/jdk: 7047325: Internal API to improve management of direct buffers

2011-08-11 Thread sean . coffey
Changeset: ddcb874581eb Author:coffeys Date: 2011-08-11 12:40 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ddcb874581eb 7047325: Internal API to improve management of direct buffers Reviewed-by: alanb, mduigou ! make/com/oracle/Makefile - make/com/oracle/net/Makefile ! mak