hg: jdk8/tl/jdk: 8006395: Race in async socket close on Linux

2013-01-31 Thread chris . hegarty
Changeset: 17b643956999 Author:chegar Date: 2013-02-01 06:51 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/17b643956999 8006395: Race in async socket close on Linux Reviewed-by: alanb, dsamersoff ! src/solaris/native/java/net/linux_close.c + test/java/net/Socket/asyncClose/

hg: jdk8/tl/langtools: 8004353: Generated html is wrong for overview.html; content has incorrect css footer class

2013-01-31 Thread jonathan . gibbons
Changeset: 3d97a9a7a82b Author:jjg Date: 2013-01-31 19:31 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3d97a9a7a82b 8004353: Generated html is wrong for overview.html; content has incorrect css footer class Reviewed-by: jjg Contributed-by: roger.ri...@oracle.com ! s

hg: jdk8/tl/langtools: 8007329: minor issues in impl class hierarchry for DCTree.* classes

2013-01-31 Thread jonathan . gibbons
Changeset: 3ab64e4293a1 Author:jjg Date: 2013-01-31 19:19 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3ab64e4293a1 8007329: minor issues in impl class hierarchry for DCTree.* classes Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/tree/DCTree.java

hg: jdk8/tl/langtools: 8007351: Malformed copyright statements in typeAnnotations test directory

2013-01-31 Thread joe . darcy
Changeset: bec996065c45 Author:darcy Date: 2013-01-31 18:58 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/bec996065c45 8007351: Malformed copyright statements in typeAnnotations test directory Reviewed-by: jjg ! test/tools/javac/annotations/typeAnnotations/TargetTypes

hg: jdk8/tl/jdk: 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit

2013-01-31 Thread weijun . wang
Changeset: d2495b9984fa Author:weijun Date: 2013-02-01 07:39 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d2495b9984fa 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit Reviewed-by: alanb + test/sun/security/util/Oid/S11N.java - test/sun/securi

hg: jdk8/tl/jdk: 6355704: (fmt) %f formatting of BigDecimals is incorrect

2013-01-31 Thread mandy . chung
Changeset: a09a37cff333 Author:mchung Date: 2013-01-31 14:29 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a09a37cff333 6355704: (fmt) %f formatting of BigDecimals is incorrect Reviewed-by: darcy Contributed-by: brian.burkhal...@oracle.com ! test/java/util/Formatter/Basic-X

hg: jdk8/tl/hotspot: 65 new changesets

2013-01-31 Thread lana . steuck
Changeset: 89fc17e8d808 Author:katleman Date: 2013-01-24 16:48 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/89fc17e8d808 Added tag jdk8-b74 for changeset 1a3e54283c54 ! .hgtags Changeset: d58b7b43031b Author:amurillo Date: 2013-01-11 02:02 -0800 URL: ht

hg: jdk8/tl/langtools: 4 new changesets

2013-01-31 Thread lana . steuck
Changeset: 54e4ba223319 Author:katleman Date: 2013-01-24 16:49 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/54e4ba223319 Added tag jdk8-b74 for changeset 56c97aff46bb ! .hgtags Changeset: c2e11e2ec4a3 Author:lana Date: 2013-01-26 19:24 -0800 URL: http

hg: jdk8/tl: 19 new changesets

2013-01-31 Thread lana . steuck
Changeset: 50307da0149e Author:jqzuo Date: 2012-12-31 14:52 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/rev/50307da0149e 8005583: Install build(gnumake all) failed preventing RE from doing JDK8 combo builds Reviewed-by: paulk, billyh ! make/install-rules.gmk Changeset: e5664599

hg: jdk8/tl/jaxws: Added tag jdk8-b74 for changeset 12db3c5a3393

2013-01-31 Thread lana . steuck
Changeset: 966bf9f3c41a Author:katleman Date: 2013-01-24 16:49 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/966bf9f3c41a Added tag jdk8-b74 for changeset 12db3c5a3393 ! .hgtags

hg: jdk8/tl/jaxp: 2 new changesets

2013-01-31 Thread lana . steuck
Changeset: 69bc57b1ebdd Author:katleman Date: 2013-01-24 16:48 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/69bc57b1ebdd Added tag jdk8-b74 for changeset 2087e24a4357 ! .hgtags Changeset: ff0b73a6b3f6 Author:lana Date: 2013-01-26 18:25 -0800 URL: http://hg

hg: jdk8/tl/corba: Added tag jdk8-b74 for changeset 2132845cf5f7

2013-01-31 Thread lana . steuck
Changeset: d4e68ce17795 Author:katleman Date: 2013-01-24 16:48 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/d4e68ce17795 Added tag jdk8-b74 for changeset 2132845cf5f7 ! .hgtags

8007322: make ftp regression tests optional

2013-01-31 Thread Chris Hegarty
Given the recent downgrade of the ftp handler by 8000941: "Remove ftp from the required list of protocol handlers", the regression tests that exercise the ftp protocol handler should be made optional. This will make testing the smallest profile and the base module easier ( rather than trying to

hg: jdk8/tl/jdk: 8006709: Add minimal support of MacOSX platform for NetBeans Projects

2013-01-31 Thread mike . duigou
Changeset: cff8d7768d72 Author:mduigou Date: 2013-01-31 13:27 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cff8d7768d72 8006709: Add minimal support of MacOSX platform for NetBeans Projects Summary: Adds support for MacOSX platform and architecture detection. Other minor u

hg: jdk8/tl/jdk: 8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character; ...

2013-01-31 Thread xueming . shen
Changeset: e5ce312a5b10 Author:sherman Date: 2013-01-31 13:13 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e5ce312a5b10 8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character 8006526: Base64.Decoder.decode(String) spec contains a copy-paste

hg: jdk8/tl/jdk: 8007115: Refactor regression tests for java.lang.reflect.Parameter

2013-01-31 Thread joe . darcy
Changeset: a5f38e811ab0 Author:darcy Date: 2013-01-31 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a5f38e811ab0 8007115: Refactor regression tests for java.lang.reflect.Parameter Reviewed-by: emc ! test/java/lang/reflect/Parameter/WithoutParameters.java

hg: jdk8/tl/langtools: 8007313: Remove use of {ContainerFor/ContainedBy} from langtools

2013-01-31 Thread joe . darcy
Changeset: 8e4c22acebeb Author:darcy Date: 2013-01-31 12:16 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/8e4c22acebeb 8007313: Remove use of {ContainerFor/ContainedBy} from langtools Reviewed-by: jjg ! test/tools/javac/annotations/typeAnnotations/classfile/Combinati

hg: jdk8/tl/jdk: 8005832: Remove java.lang.annotation.{ContainedBy, ContainerFor} annotation types

2013-01-31 Thread joe . darcy
Changeset: 278397f752da Author:darcy Date: 2013-01-31 12:13 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/278397f752da 8005832: Remove java.lang.annotation.{ContainedBy, ContainerFor} annotation types Reviewed-by: mduigou - src/share/classes/java/lang/annotation/ContainedB

hg: jdk8/tl/jdk: 8005394: Base64.Decoder/Encoder.wrap(XStream) don't throw NPE for null args passed

2013-01-31 Thread xueming . shen
Changeset: 857d99bef21d Author:sherman Date: 2013-01-31 11:09 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/857d99bef21d 8005394: Base64.Decoder/Encoder.wrap(XStream) don't throw NPE for null args passed Summary: to check null for dec/enc.wrap methods Reviewed-by: alanb !

Re: RFR 8006395: Race in async socket close on Linux

2013-01-31 Thread Chris Hegarty
On 01/31/2013 02:34 PM, Alan Bateman wrote: On 30/01/2013 21:36, Chris Hegarty wrote: There is a very small, and very old, window for a race in the socket asynchronous close mechanism on Linux. This can lead to blocking socket operations never returning even after the socket has been closed. Th

Re: RFR 8006395: Race in async socket close on Linux

2013-01-31 Thread Dmitry Samersoff
Chris, Looks good for me. -Dmitry On 2013-01-31 01:36, Chris Hegarty wrote: > There is a very small, and very old, window for a race in the socket > asynchronous close mechanism on Linux. This can lead to blocking socket > operations never returning even after the socket has been closed. > > This

Re: RFR 8006395: Race in async socket close on Linux

2013-01-31 Thread Alan Bateman
On 30/01/2013 21:36, Chris Hegarty wrote: There is a very small, and very old, window for a race in the socket asynchronous close mechanism on Linux. This can lead to blocking socket operations never returning even after the socket has been closed. This issue would appear to exist since its (l