Code Review 6934054: java/net/Socket/FDClose.java return error in samevm (original) (raw)
Christopher Hegarty -Sun Microsystems Ireland Christopher.Hegarty at Sun.COM
Thu Mar 11 06:25:37 PST 2010
- Previous message: hg: jdk7/tl/langtools: 6933914: fix missing newlines
- Next message: Code Review 6934054: java/net/Socket/FDClose.java return error in samevm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Alan, Michael,
Another small test change!
This test requires interruptible I/O to verify that the accept implementation does not impact on fd0. UseVMInterruptibleIO needs to be explicitly enabled since it is now disabled by default, see 6554406. Without interruptible I/O the thread executing the accept gets blocked and the test harness cannot perform the necessary cleanup required by samevm.
Note: This test is only applicable to Solaris, since it is the only platform to support interruptible I/O, but should still pass on all platforms.
Webrev: http://cr.openjdk.java.net/~chegar/6934054/webrev.00/webrev/
Thanks, -Chris.
- Previous message: hg: jdk7/tl/langtools: 6933914: fix missing newlines
- Next message: Code Review 6934054: java/net/Socket/FDClose.java return error in samevm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]