hg: jdk7/tl/langtools: 2 new changesets

2011-01-04 Thread lana . steuck
Changeset: 4868a36f6fd8 Author:ohair Date: 2010-12-28 15:54 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4868a36f6fd8 6962318: Update copyright year Reviewed-by: xdono ! make/Makefile ! make/build.properties ! make/tools/CompileProperties/CompileProperties.java ! mak

hg: jdk7/tl/jaxws: 2 new changesets

2011-01-04 Thread lana . steuck
Changeset: 86f60e5b3975 Author:ohair Date: 2010-12-28 15:53 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/86f60e5b3975 6962318: Update copyright year Reviewed-by: xdono ! build.properties ! jaxws.properties ! make/Makefile Changeset: 466e89f7e5be Author:lana Date:

hg: jdk7/tl/jaxp: 2 new changesets

2011-01-04 Thread lana . steuck
Changeset: 57ed1f3bec72 Author:ohair Date: 2010-12-28 15:52 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/57ed1f3bec72 6962318: Update copyright year Reviewed-by: xdono ! build.properties ! make/Makefile Changeset: 3a829f5ba9d2 Author:lana Date: 2011-01-04 16:28

hg: jdk7/tl/hotspot: 7 new changesets

2011-01-04 Thread lana . steuck
Changeset: cd8189d84e92 Author:trims Date: 2010-12-22 19:20 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/cd8189d84e92 Added tag hs20-b04 for changeset 9669f9b28410 ! .hgtags Changeset: b03260081e9b Author:johnc Date: 2010-12-17 11:26 -0800 URL: http://h

hg: jdk7/tl/corba: 6962318: Update copyright year

2011-01-04 Thread lana . steuck
Changeset: f90b3e014e83 Author:ohair Date: 2010-12-28 15:52 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/f90b3e014e83 6962318: Update copyright year Reviewed-by: xdono ! make/Makefile ! make/com/sun/corba/minclude/com_sun_corba_se_impl_io.jmk ! make/common/Defs-linux.gmk

hg: jdk7/tl: 6 new changesets

2011-01-04 Thread lana . steuck
Changeset: 4346ba98938b Author:ohair Date: 2010-12-21 16:44 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/rev/4346ba98938b 6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location Reviewed-by: ksrini ! Makefile ! README-builds.html Changeset: dc9eb519c6ed Author:o

hg: jdk7/tl/jdk: 7009618: regression test failed caused by the fix for 7003462

2011-01-04 Thread xueming . shen
Changeset: 4379c762ec50 Author:sherman Date: 2011-01-04 14:17 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4379c762ec50 7009618: regression test failed caused by the fix for 7003462 Summary: avoid caching the "ended" Inflater in ZipFile class Reviewed-by: alanb ! src/share

hg: jdk7/tl/jdk: 7010192: InetAddress.isReachable hits ShouldNotReachHere with hs20-b04 (win)

2011-01-04 Thread alan . bateman
Changeset: 6f2d19ef67b1 Author:alanb Date: 2011-01-04 17:49 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6f2d19ef67b1 7010192: InetAddress.isReachable hits ShouldNotReachHere with hs20-b04 (win) Reviewed-by: chegar ! src/windows/native/java/net/Inet4AddressImpl.c ! src/win

Re: 7010192: InetAddress.isReachable hits ShouldNotReachHere with hs20-b04 (win)

2011-01-04 Thread Chris Hegarty
The changes look fine. -Chris. On 04/01/2011 15:08, Alan Bateman wrote: jdk7-b123 has hs20-b04 and so has the changes to 6348631 to remove the dependency on the HPI library. One causality is that InetAddress.isReachable now crashes the VM on Windows as it hits a ShouldNotReachHere guarantee. T

7010192: InetAddress.isReachable hits ShouldNotReachHere with hs20-b04 (win)

2011-01-04 Thread Alan Bateman
jdk7-b123 has hs20-b04 and so has the changes to 6348631 to remove the dependency on the HPI library. One causality is that InetAddress.isReachable now crashes the VM on Windows as it hits a ShouldNotReachHere guarantee. This is because isReachable is using JVM_GetSockOpt which ends up callin