Re: Fix for JDK Double.parseDouble infinite loop

2011-02-07 Thread Dr Andrew John Hughes
On 7 February 2011 21:48, Mark Wielaard wrote: > On Wed, February 2, 2011 17:16, Andrew Haley wrote: >> The post on >> http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/ > > This is hitting more and more media. e.g. > http://www.channelregister.co.uk/2011/02/07/java

Re: Fix for JDK Double.parseDouble infinite loop

2011-02-07 Thread Mark Wielaard
On Wed, February 2, 2011 17:16, Andrew Haley wrote: > The post on > http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/ This is hitting more and more media. e.g. http://www.channelregister.co.uk/2011/02/07/java_denial_of_service_bug/ Since it seems to be a pretty se

hg: jdk7/tl/langtools: 7017675: typo in JavacParser for allowUnderscoresInLiterals

2011-02-07 Thread jonathan . gibbons
Changeset: 56b77a38618c Author:jjg Date: 2011-02-07 11:42 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/56b77a38618c 7017675: typo in JavacParser for allowUnderscoresInLiterals Reviewed-by: dlsmith Contributed-by: [email protected] ! src/share/classes/com/sun

hg: jdk7/tl/langtools: 2 new changesets

2011-02-07 Thread maurizio . cimadamore
Changeset: 3aa269645199 Author:mcimadamore Date: 2011-02-07 18:09 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/3aa269645199 7017414: before the move of JSR 292 to package java.lang.invoke, javac must recognize the new package Summary: added support for future 292 pac

hg: jdk7/tl/jdk: 2 new changesets

2011-02-07 Thread alan . bateman
Changeset: f9f321a7502c Author:alanb Date: 2011-02-07 18:01 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f9f321a7502c 7017454: Residual warnings in sun/nio/** and java/io native code (win64) Reviewed-by: chegar ! src/share/native/java/io/io_util.c ! src/windows/native/java

hg: jdk7/tl/jdk: 7016898: PlainSocketImpl.fd is null on Windows

2011-02-07 Thread chris . hegarty
Changeset: 94bcd9aa2119 Author:chegar Date: 2011-02-07 14:08 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/94bcd9aa2119 7016898: PlainSocketImpl.fd is null on Windows Reviewed-by: alanb ! src/windows/classes/java/net/PlainSocketImpl.java

hg: jdk7/tl/jdk: 2 new changesets

2011-02-07 Thread alan . bateman
Changeset: f34dcfeecc8d Author:alanb Date: 2011-02-07 13:53 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f34dcfeecc8d 7012823: TEST_BUG: java/nio/MappedByteBuffer tests leave file mappingsthat prevent clean-up (win) Reviewed-by: forax ! test/java/nio/MappedByteBuffer/Forc

hg: jdk7/tl/jdk: 7017486: Need synchronized access when flushing the LDAP request queue

2011-02-07 Thread vincent . x . ryan
Changeset: b0bd638036bd Author:vinnie Date: 2011-02-07 09:11 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b0bd638036bd 7017486: Need synchronized access when flushing the LDAP request queue Reviewed-by: alanb ! src/share/classes/com/sun/jndi/ldap/Connection.java