Re: javac CRASH

2009-08-10 Thread Ulf Zibis
Rémi, thanks. I just tried it, but got errors: C:\Projects\OpenJDK7\langtools\makeC:\Programme\Java\NetBeans 6.7.1\java2\ant\bin\ant Buildfile: build.xml -def-check: -check-boot.java.home: BUILD FAILED C:\Projects\OpenJDK7\langtools\make\build.xml:370: The following error occurred while

Re: javac CRASH

2009-08-10 Thread Rémi Forax
Le 11/08/2009 01:58, Ulf Zibis a écrit : Rémi, thanks. I just tried it, but got errors: C:\Projects\OpenJDK7\langtools\makeC:\Programme\Java\NetBeans 6.7.1\java2\ant\bin\ant Buildfile: build.xml -def-check: -check-boot.java.home: BUILD FAILED

Re: javac CRASH

2009-08-10 Thread Jonathan Gibbons
Rémi , Ulf, If you're driving Ant directly, you want to set the Ant property boot.java.home, not the Makefile variable ALT_BOOTDIR. ant -Dboot.java.home=path-to-jdk6or7 more-args The path should be to the root of the installed JDK, not any of its subdirectories. For example, if

hg: jdk7/tl/langtools: 7 new changesets

2009-08-10 Thread maurizio . cimadamore
Changeset: d5f6c475f475 Author:mcimadamore Date: 2009-08-11 01:11 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/d5f6c475f475 6806876: ClassCastException occurs in assignment expressions without any heap pollutions Summary: intersection types should be considered as

hg: jdk7/tl/jdk: 3 new changesets

2009-08-10 Thread weijun . wang
Changeset: 5439d705c04e Author:weijun Date: 2009-08-11 12:15 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5439d705c04e 6866479: libzip.so caused JVM to crash when running jarsigner Reviewed-by: mullan ! src/share/classes/sun/security/tools/JarSigner.java +