hg: jdk8/tl/jdk: 8005280: (props) Improve test coverage for small XML parser

2012-12-21 Thread huizhe . wang
Changeset: c1227b872a12 Author:joehw Date: 2012-12-21 17:29 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c1227b872a12 8005280: (props) Improve test coverage for small XML parser Summary: added a few more invalid XML files, international characters to LoadAndStore test, and

hg: jdk8/tl/jdk: 8005325: The script should use TESTVMOPTS

2012-12-21 Thread shanliang . jiang
Changeset: 86c10d1484e9 Author:sjiang Date: 2012-12-21 10:58 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/86c10d1484e9 8005325: The script should use TESTVMOPTS Summary: Put back TESTVMOPTS which was removed by mistake. Reviewed-by: smarks ! test/sun/management/jmxremote/s

Re: RFR JDK-8005120

2012-12-21 Thread Chris Hegarty
John, Much better, but I still see warnings when building with your patch. You need to update (some) callers of these functions, see below ( these are the only ones I see ). --- diff -r 31d2f9995d6c src/share/transport/socket/socketTransport.c --- a/src/share/transport/socket/socketTr

Re: RFR JDK-8005120

2012-12-21 Thread Dmitry Samersoff
John, socket_md.c:88,99,110 etc. could you change int len to size_t len as well? -Dmitry On 2012-12-21 02:47, John Zavgren wrote: > Greetings: > > I modified my changes so that windows knows the definition of the POSIX data > type: socklen_t, and now all the system calls are using the "doctr

hg: jdk8/tl/jdk: 7146162: javax/management/remote/mandatory/connection/BrokenConnectionTest.java failing intermittently

2012-12-21 Thread shanliang . jiang
Changeset: 42ee6b6ad373 Author:jbachorik Date: 2012-12-21 09:27 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/42ee6b6ad373 7146162: javax/management/remote/mandatory/connection/BrokenConnectionTest.java failing intermittently Summary: ClientCommunicatorAdmin should call got