hg: jdk7/tl/jdk: 7018459: javax.script code comments have issues with HTML4 validation and Accessibility compliance

2011-02-17 Thread sundararajan . a
Changeset: dd143033cef1 Author:sundar Date: 2011-02-18 12:07 +0530 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/dd143033cef1 7018459: javax.script code comments have issues with HTML4 validation and Accessibility compliance Reviewed-by: jjh ! src/share/classes/javax/script/Scri

hg: jdk7/tl/jdk: 2 new changesets

2011-02-17 Thread alan . bateman
Changeset: 302877469037 Author:alanb Date: 2011-02-17 20:50 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/302877469037 6526860: (fc) FileChannel.position returns 0 when FileOutputStream opened in append mode Reviewed-by: forax ! src/share/classes/sun/nio/ch/FileChannelImpl

hg: jdk7/tl/jdk: 7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java

2011-02-17 Thread chris . hegarty
Changeset: 15ef6cf616d6 Author:chegar Date: 2011-02-17 09:56 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/15ef6cf616d6 7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java Summary: Unbounded queues should be disabled in the test Reviewed-

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

2011-02-17 Thread Alan Bateman
Jing LV wrote: Thanks Alan! I try to follow this issue but has no luck on bugs.sun.com with the number 7014860. Am I miss something? I suspect there is a problem on bugs.sun.com as it doesn't seem to be showing any bugs. I noticed a "maintenance in progress" (or a message to that effect )a fe

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

2011-02-17 Thread Jing LV
于 2011-1-26 20:32, Alan Bateman 写道: Jing LV wrote: Hello, I am using java.net.Socket and find an strange behaviour. If Socket inputstream is shutdown, and there was still some data remaining, its available() method may still return a positive value. I checked with the java spec, and the documen