Hi Joe, Looks fine.
Brian On Jan 3, 2017, at 4:27 PM, joe darcy <joe.da...@oracle.com> wrote: > java/nio/channels/AsynchronousSocketChannel/StressLoopback.java > > intermittently fails on Solaris x64 on one of our testing systems. The test > should be marked accordingly. Please review the patch below which does this. > > --- a/test/java/nio/channels/AsynchronousSocketChannel/StressLoopback.java > Mon Jan 02 22:45:34 2017 +0100 > +++ b/test/java/nio/channels/AsynchronousSocketChannel/StressLoopback.java > Tue Jan 03 16:26:21 2017 -0800 > @@ -26,7 +26,7 @@ > * @summary Stress test connections through the loopback interface > * @run main StressLoopback > * @run main/othervm -Djdk.net.useFastTcpLoopback StressLoopback > - * @key randomness > + * @key randomness intermittent > */