hg: jdk7/tl/jdk: 2 new changesets

2009-08-07 Thread christopher . hegarty
Changeset: 0d99696fec64 Author:chegar Date: 2009-08-07 10:50 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0d99696fec64 6826780: URLClassPath should use HashMap instead of HashMap Summary: Replace URL with a String representation. Reviewed-by: michaelm, jccollet ! make/sun/

[PATCH FOR APPROVAL]: ReflectiveOperationException missing from FILES_java.gmk

2009-08-07 Thread Andrew John Hughes
When java.lang.ReflectiveOperationException was added in: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/aaf0cb20646e it wasn't added to make/java/java/FILES_java.gmk. Although it still seems to end up in rt.jar when building with IcedTea as the bootstrap JDK, it fails when using gcj+ecj (which we

Re: [PATCH FOR APPROVAL]: ReflectiveOperationException missing from FILES_java.gmk

2009-08-07 Thread Joseph D. Darcy
Andrew John Hughes wrote: When java.lang.ReflectiveOperationException was added in: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/aaf0cb20646e it wasn't added to make/java/java/FILES_java.gmk. Although it still seems to end up in rt.jar when building with IcedTea as the bootstrap JDK, it fails

hg: jdk7/tl/jaxp: 7 new changesets

2009-08-07 Thread abhijit . saha
Changeset: 1687f5192ce7 Author:asaha Date: 2009-06-22 13:56 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/1687f5192ce7 6845701: Xerces2 Java XML library infinite loop with malformed XML input Reviewed-by: hawtin ! src/share/classes/com/sun/org/apache/xerces/internal/impl/X

Re: [PATCH FOR APPROVAL]: ReflectiveOperationException missing from FILES_java.gmk

2009-08-07 Thread Kelly O'Hair
Joseph D. Darcy wrote: Andrew John Hughes wrote: When java.lang.ReflectiveOperationException was added in: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/aaf0cb20646e it wasn't added to make/java/java/FILES_java.gmk. Although it still seems to end up in rt.jar when building with IcedTea as th

Re: [PATCH FOR APPROVAL]: ReflectiveOperationException missing from FILES_java.gmk

2009-08-07 Thread Andrew John Hughes
2009/8/7 Kelly O'Hair : > > > Joseph D. Darcy wrote: >> >> Andrew John Hughes wrote: >>> >>> When java.lang.ReflectiveOperationException was added in: >>> >>> http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/aaf0cb20646e >>> >>> it wasn't added to make/java/java/FILES_java.gmk.  Although it still >>> s

hg: jdk7/tl/jdk: 42 new changesets

2009-08-07 Thread abhijit . saha
Changeset: c43105502f46 Author:malenkov Date: 2009-04-29 20:03 +0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c43105502f46 6660539: Introspector shares cache of mutable BeanInfo between AppContexts. Reviewed-by: peterz ! src/share/classes/java/beans/Introspector.java + test/

Re: [PATCH FOR APPROVAL]: ReflectiveOperationException missing from FILES_java.gmk

2009-08-07 Thread Kelly O'Hair
Andrew John Hughes wrote: 2009/8/7 Kelly O'Hair : Joseph D. Darcy wrote: Andrew John Hughes wrote: When java.lang.ReflectiveOperationException was added in: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/aaf0cb20646e it wasn't added to make/java/java/FILES_java.gmk. Although it still seems

hg: jdk7/tl/jdk: 6869697: Missing entry in makefiles for java/lang/ReflectiveOperationException.java

2009-08-07 Thread ahughes
Changeset: 88229bdd8aae Author:andrew Date: 2009-08-07 18:15 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/88229bdd8aae 6869697: Missing entry in makefiles for java/lang/ReflectiveOperationException.java Summary: Add new dependency explicitly so all compilers pick it up Rev

Review request for 4516760: (so) Intermittent SocketException: Transport endpoint is not connected (lnx)

2009-08-07 Thread Alan Bateman
I need a reviewer for this tiny change. The shutdown(2) call fails with ENOTCONN when the socket is not connected. This seems to have different interpretations, at least for the case where the connection has been reset by the peer. Solaris and Windows do not return the error for this case, Lin

Re: [PATCH FOR APPROVAL]: ReflectiveOperationException missing from FILES_java.gmk

2009-08-07 Thread Andrew John Hughes
2009/8/7 Kelly O'Hair : > > > Andrew John Hughes wrote: >> >> 2009/8/7 Kelly O'Hair : >>> >>> Joseph D. Darcy wrote: Andrew John Hughes wrote: > > When java.lang.ReflectiveOperationException was added in: > > http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/aaf0cb20646e >