hg: jdk7/tl/jdk: 2 new changesets

2009-08-11 Thread daniel . daugherty
Changeset: 36e0f4e00f20 Author:dcubed Date: 2009-08-11 20:02 -0600 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/36e0f4e00f20 6870298: 4/4 fix minor typos in java/lang/instrument/Instrumentation.java Summary: Fix typos in the JavaDoc. Reviewed-by: tbell ! src/share/classes/java/l

hg: jdk7/tl/langtools: 6870743: update comments in langtools/make/build.properties

2009-08-11 Thread jonathan . gibbons
Changeset: 5a26c8fd0830 Author:jjg Date: 2009-08-11 18:35 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/5a26c8fd0830 6870743: update comments in langtools/make/build.properties Reviewed-by: darcy ! make/build.properties

Re: javac CRASH

2009-08-11 Thread Jonathan Gibbons
Ulf Zibis wrote: Jon, thanks for 1st clarification. I have bootstrap.jdk=C:/Programme/Java/jdk1.7.0 in ${user.home}/.openjdk/build.properties instead of boot.javac.target. Why 2 different names for the same thing? The NetBeans projects in the jdk/ repository were written by a different p

Re: javac CRASH

2009-08-11 Thread Ulf Zibis
Jon, thanks for 1st clarification. I have bootstrap.jdk=C:/Programme/Java/jdk1.7.0 in ${user.home}/.openjdk/build.properties instead of boot.javac.target. Why 2 different names for the same thing? So I guess, settings for boot.javac.source and boot.javac.target should be better located in $

hg: jdk7/tl/langtools: 6870591: langtools build sets javac.bootclasspath incorrectly

2009-08-11 Thread jonathan . gibbons
Changeset: beefdeb352e6 Author:jjg Date: 2009-08-11 14:05 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/beefdeb352e6 6870591: langtools build sets javac.bootclasspath incorrectly Reviewed-by: ohair ! make/build.xml

Re: javac CRASH

2009-08-11 Thread Jonathan Gibbons
Ulf, Rémi, I have found an issue in the langtools/make/build.xml file that is likely the cause of the problems you are having. There are references to @{javac.java.home}/bin/javac which look suspect. I suspect they should be javac.exe on Windows. I will post a fix once I have one and have ver

hg: jdk7/tl/jdk: 3 new changesets

2009-08-11 Thread vincent . ryan
Changeset: 1ff7163fc5f7 Author:vinnie Date: 2009-08-11 16:52 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1ff7163fc5f7 6840752: Provide out-of-the-box support for ECC algorithms Reviewed-by: alanb, mullan, wetmore ! make/sun/security/Makefile + make/sun/security/ec/FILES_c

hg: jdk7/tl/langtools: 3 new changesets

2009-08-11 Thread abhijit . saha
Changeset: 21f1d2462c7c Author:asaha Date: 2009-08-07 11:32 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/21f1d2462c7c 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14 Reviewed-by: darcy, ramap ! THIRD_PARTY_README Changeset: 91852fb12e2e Author:asaha Date

hg: jdk7/tl/jdk: 3 new changesets

2009-08-11 Thread abhijit . saha
Changeset: 8b97f8827d08 Author:asaha Date: 2009-08-07 11:32 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8b97f8827d08 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14 Reviewed-by: darcy, ramap ! THIRD_PARTY_README Changeset: 1ec22dda0652 Author:asaha Date:

Re: javac CRASH

2009-08-11 Thread Jonathan Gibbons
Ulf, Your settings for boot.java.home and target.java.home look OK. The intent of the build is that while building the bootstrap compiler, the settings for boot.javac.source and boot.javac.target should be active and these are correctly set to 6 in langtools/make/ build.properties. I will

hg: jdk7/tl/jaxp: 2 new changesets

2009-08-11 Thread abhijit . saha
Changeset: c7914d53581c Author:asaha Date: 2009-08-07 11:31 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/c7914d53581c 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14 Reviewed-by: darcy, ramap ! THIRD_PARTY_README Changeset: deec13478962 Author:asaha Date:

hg: jdk7/tl/hotspot: 2 new changesets

2009-08-11 Thread abhijit . saha
Changeset: 185d256992c3 Author:asaha Date: 2009-08-07 11:31 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/185d256992c3 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14 Reviewed-by: darcy, ramap ! THIRD_PARTY_README Changeset: adba5b333f26 Author:asaha Date:

hg: jdk7/tl/corba: 2 new changesets

2009-08-11 Thread abhijit . saha
Changeset: f3f572ea0cf2 Author:asaha Date: 2009-08-07 11:31 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/f3f572ea0cf2 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14 Reviewed-by: darcy, ramap ! THIRD_PARTY_README Changeset: 691649734a70 Author:asaha Date:

Re: javac CRASH

2009-08-11 Thread Ulf Zibis
Jon, that would be great. I've found out a solution, but I'm not sure, if this is as designed. In path_to_jdk7_sources\langtools\make\build.properties I set: boot.java.home = C:/Programme/Java/jdk1.6.0_14 target.java.home = C:/Programme/Java/jdk1.7.0 javac.source = 6 javac.target = 6 I'm wond

hg: jdk7/tl: 2 new changesets

2009-08-11 Thread abhijit . saha
Changeset: 4cad5a3f5038 Author:asaha Date: 2009-08-07 11:31 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/4cad5a3f5038 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14 Reviewed-by: darcy, ramap ! THIRD_PARTY_README Changeset: fb676d15f20f Author:asaha Date: 200

Re: javac CRASH

2009-08-11 Thread Jonathan Gibbons
Rémi, Thanks for the heads up. I'll check this out. It is still the case that you should only need 1.6 to build langtools. -- Jon On Aug 11, 2009, at 2:46 AM, Rémi Forax wrote: Le 11/08/2009 11:06, Ulf Zibis a écrit : Jonathan, thanks for additional help. Now I tried: C:\Projects\Ope

hg: jdk7/tl/jdk: 3 new changesets

2009-08-11 Thread alan . bateman
Changeset: 5b5df0632ecf Author:alanb Date: 2009-08-11 12:37 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5b5df0632ecf 4516760: (so) Intermittent SocketException: Transport endpoint is not connected (lnx) Reviewed-by: sherman ! src/solaris/native/sun/nio/ch/Net.c ! test/ja

hg: jdk7/tl/jdk: 6585239: Regression: 2 DNS tests fail with JDK 5.0u13 b01 and pass with 5.0u12fcs

2009-08-11 Thread xuelei . fan
Changeset: aface89bfcf6 Author:xuelei Date: 2009-08-11 18:27 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/aface89bfcf6 6585239: Regression: 2 DNS tests fail with JDK 5.0u13 b01 and pass with 5.0u12fcs Reviewed-by: vinnie ! src/share/classes/com/sun/jndi/dns/DnsContext.jav

Re: javac CRASH

2009-08-11 Thread Rémi Forax
Le 11/08/2009 11:06, Ulf Zibis a écrit : Jonathan, thanks for additional help. Now I tried: C:\Projects\OpenJDK7\langtools\make>"C:\Programme\Java\NetBeans 6.7.1\java2\ant\ bin\ant" -Dboot.java/home=C:/Programme/Java/jdk1.7.0 I've noticed that. You have to run ant with jdk7. JAVA_HOME=C:/P

Re: javac CRASH

2009-08-11 Thread Rémi Forax
Le 11/08/2009 10:32, Ulf Zibis a écrit : Rémi (and all), (1) My initial question was, if somebody could provide me a patch (here: langtools.jar). As it's always difficult. to run the build on Windows, I assumed, there is somebody out there who has ready configured his system, to run the build

Re: javac CRASH

2009-08-11 Thread Ulf Zibis
Jonathan, thanks for additional help. Now I tried: C:\Projects\OpenJDK7\langtools\make>"C:\Programme\Java\NetBeans 6.7.1\java2\ant\ bin\ant" -Dboot.java/home=C:/Programme/Java/jdk1.7.0 ... but this didn't make any difference. I guess, you mean, to set or overwrite the boot.java.home property

Re: javac CRASH

2009-08-11 Thread Ulf Zibis
Rémi (and all), (1) My initial question was, if somebody could provide me a patch (here: langtools.jar). As it's always difficult. to run the build on Windows, I assumed, there is somebody out there who has ready configured his system, to run the build for langtools.jar. (2) Remember, there

hg: jdk7/tl/jdk: 6868867: Test: sun/security/tools/keytool/standard.sh fails under windows/cygwin

2009-08-11 Thread weijun . wang
Changeset: efe2d2a55b3b Author:weijun Date: 2009-08-11 15:36 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/efe2d2a55b3b 6868867: Test: sun/security/tools/keytool/standard.sh fails under windows/cygwin Reviewed-by: wetmore ! src/share/classes/sun/security/tools/KeyTool.java