Changeset: c6c2f9094bdd
Author:ohair
Date: 2010-08-30 16:00 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/c6c2f9094bdd
6962317: jdk7 jaxws source bundle still needs rebranding
6955300: Missing files in the jaf source bundle
Reviewed-by: ramap
! jaxws.properties
Changeset: 519daea4
Author:cl
Date: 2010-08-13 11:38 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/519daea4
Added tag jdk7-b105 for changeset 6f21b030092f
! .hgtags
Changeset: 0f60cf26c5b5
Author:ohair
Date: 2010-08-30 14:39 -0700
URL: http://hg.op
On Tue, Aug 31, 2010 at 01:51, Alan Bateman wrote:
>
> On the test, it might be best to leave out wakeupJeff for now. Even if we
> come up with a solution for the asynchronous close issues then I assume this
> test will need to change anyway because it runs commands that are highly
> platform dep
Changeset: 6586ab5b79f4
Author:mchung
Date: 2010-08-31 09:15 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6586ab5b79f4
6981005: TEST BUG: java/lang/ClassLoader/TestCrossDelegate.sh timeout on windows
Summary: Increase timeout value
Reviewed-by: alanb
! test/ProblemList.txt
Martin Buchholz wrote:
This is a bug report with fix.
My code in UNIXProcess.java.linux introduced a hang if the subprocess
terminates, but it has remaining descendants that keep the pipe file
descriptors open.
Here's a fix:
http://cr.openjdk.java.net/~martin/webrevs/openjdk7/ProcessHang/