Changeset: 3da26790ccb7
Author:jjg
Date: 2011-01-26 13:45 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/3da26790ccb7
7013272: Automatically generate info about how compiler resource keys are used
Reviewed-by: mcimadamore
! make/build.xml
! src/share/classes/com/sun/to
Changeset: abab55565eda
Author:darcy
Date: 2011-01-26 12:32 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/abab55565eda
7013420: Project Coin: remove general expression support from
try-with-resources statement
Reviewed-by: alanb
! test/java/nio/channels/FileChannel/Truncat
Changeset: df371fd16386
Author:jjg
Date: 2011-01-26 11:20 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/df371fd16386
6554097: "final" confuses @SuppressWarnings
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/code/Symbol.java
! src/share/classes/com/s
Changeset: bf1b937076db
Author:alanb
Date: 2011-01-26 18:01 +
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/bf1b937076db
7012663: javadoc warning in javax.swing.JComponent and
javax.swing.plaf.synth.SynthTextPaneUI
Reviewed-by: alexp
! src/share/classes/javax/swing/JComponen
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 document of Socket.shutdownInput() said:
"Pl