hg: jdk7/tl/jdk: 6327048: Enum javadoc could link to JLS; ...

2009-01-29 Thread joe . darcy
Changeset: ff9ad99b63cc Author:darcy Date: 2009-01-29 13:04 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ff9ad99b63cc 6327048: Enum javadoc could link to JLS 6653154: Exception message for bad Enum.valueOf has spurious "class" Reviewed-by: emcmanus ! src/share/classes/java

hg: jdk7/tl/jdk: 6239194: Object.hashCode() should reference System.identityHashCode()

2009-01-29 Thread joe . darcy
Changeset: 7241bd422542 Author:darcy Date: 2009-01-29 09:04 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7241bd422542 6239194: Object.hashCode() should reference System.identityHashCode() Reviewed-by: emcmanus ! src/share/classes/java/lang/Object.java

[Fwd: [PATCH]: Portability fixes]

2009-01-29 Thread Alan Bateman
Christos mailed core-libs-dev yesterday with a few portability issues.Anyone have cycles to look at the Inet4AddressImpl.c changes? I've created 6799040 to track it. Martin has already pushed a changeset to jdk7/tl/jdk for the UNIXProcess_md.c issue. --- Begin Message --- Hello, Here are some s

hg: jdk7/tl/langtools: 3 new changesets

2009-01-29 Thread maurizio . cimadamore
Changeset: 1aa81917016a Author:mcimadamore Date: 2009-01-29 12:17 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/1aa81917016a 6315770: javac inference allows creation of strange types: Integer & Runnable Summary: Javac does not apply glb correctly as per JLS3 15.12.2.8