hg: jdk7/tl/jdk: 2 new changesets

2009-08-04 Thread martinrb
Changeset: 55186701bdbc Author:martin Date: 2009-08-04 19:18 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/55186701bdbc 6868160: (process) Use vfork, not fork, on Linux to avoid swap exhaustion Summary: Boldly go where no jdk has dared go before Reviewed-by: michaelm ! src/

hg: jdk7/tl/langtools: 6867671: javap whitespace formatting issues

2009-08-04 Thread jonathan . gibbons
Changeset: 743f17b55b44 Author:jjg Date: 2009-08-04 17:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/743f17b55b44 6867671: javap whitespace formatting issues Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javap/AttributeWriter.java ! src/share/classes/c

Re: javac CRASH

2009-08-04 Thread Jonathan Gibbons
Ulf Zibis wrote: See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6868135 --> java.lang.NullPointerException from compiler (1.7.0-ea) -Ulf This is a duplicate of 6861837 which is fixed in b69. -- Jon

hg: jdk7/tl/jdk: 4116222: Errors in Arabic code-conversion tables, part II

2009-08-04 Thread xueming . shen
Changeset: c390fd8fa885 Author:sherman Date: 2009-08-04 12:44 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c390fd8fa885 4116222: Errors in Arabic code-conversion tables, part II Summary: updated the IBM420 datatable Reviewed-by: alanb ! make/tools/CharsetMapping/IBM420.c2b

Re: javac CRASH

2009-08-04 Thread Maurizio Cimadamore
Tim Bell wrote: Maurizio Cimadamore wrote: Not sure if it will make into b68 - but certainly it will go into b69 (depends on the integration process). The fix is already available in the langtools repository used for development (http://hg.openjdk.java.net/jdk7/tl/langtools). The TL

Re: javac CRASH

2009-08-04 Thread Tim Bell
Maurizio Cimadamore wrote: > Not sure if it will make into b68 - but certainly it will go into b69 > (depends on the integration process). The fix is already available in > the langtools repository used for development > (http://hg.openjdk.java.net/jdk7/tl/langtools). The TL forest has already

Re: javac CRASH

2009-08-04 Thread Rémi Forax
Le 04/08/2009 13:07, Ulf Zibis a écrit : Maurizio, much thanks for the additional info. I like to avoid going back to b63. If the fix will not go into b68, could you please provide a binary patch for b67 (or b68) (Windows version)? I can wait for release of b68, but not for b69, as I'm on vaca

Re: javac CRASH

2009-08-04 Thread Ulf Zibis
Maurizio, much thanks for the additional info. I like to avoid going back to b63. If the fix will not go into b68, could you please provide a binary patch for b67 (or b68) (Windows version)? I can wait for release of b68, but not for b69, as I'm on vacation until Aug. 10. Thanks in advance,

Re: javac CRASH

2009-08-04 Thread Maurizio Cimadamore
Ulf Zibis wrote: Maurizio, much thanks for the fast info. Will this fix be included in next build b68 ??? Hopefully ! Not sure if it will make into b68 - but certainly it will go into b69 (depends on the integration process). The fix is already available in the langtools repository used for d

Re: javac CRASH

2009-08-04 Thread Ulf Zibis
Maurizio, much thanks for the fast info. Will this fix be included in next build b68 ??? Hopefully ! -Ulf Am 04.08.2009 11:08, Maurizio Cimadamore schrieb: Ulf Zibis wrote: See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6868135 --> java.lang.NullPointerException from compiler (1.7

Re: javac CRASH

2009-08-04 Thread Maurizio Cimadamore
Ulf Zibis wrote: See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6868135 --> java.lang.NullPointerException from compiler (1.7.0-ea) -Ulf Hi Ulf, this is a type annotation (JSR 308) bug that has been recently fixed - it is a duplicate of 6861837. Regards Maurizio

javac CRASH

2009-08-04 Thread Ulf Zibis
See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6868135 --> java.lang.NullPointerException from compiler (1.7.0-ea) -Ulf