-
Bug
-
Resolution: Fixed
-
P4
-
8u60
-
b01
-
generic
-
windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8140905 | 8u91 | Brian Burkhalter | P4 | Resolved | Fixed | b01 |
JDK-8147237 | emb-8u91 | Brian Burkhalter | P4 | Resolved | Fixed | b01 |
Testsuite name:jdk_core (jtreg)
Test name(s):java/nio/channels/AsynchronousSocketChannel/StressLoopback.java
Product(s) tested:1.8.0_65b09
OS/architecture:Windows XP/i586
Reproducible: Always
Is it a Regression: No
Regression introduced in release/build:
Test result on the last GAed release for this train: Passes on 1.8.0_51b16
Test result on FCS: Passes on 1.8.0 b132
Is it a platform specific issue: Yes
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing: Yes
[If new configuration testing] Issue specific to execution mode or OS/browser version:
Exception/Error from Log:
----------System.out:(0/0)----------
----------System.err:(20/1410)----------
java.net.SocketException: Invalid argument: fastLoopback
at sun.nio.ch.Net.socket0(Native Method)
at sun.nio.ch.Net.serverSocket(Net.java:415)
at sun.nio.ch.AsynchronousServerSocketChannelImpl.<init>(AsynchronousServerSocketChannelImpl.java:71)
at sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl.<init>(WindowsAsynchronousServerSocketChannelImpl.java:69)
at sun.nio.ch.WindowsAsynchronousChannelProvider.openAsynchronousServerSocketChannel(WindowsAsynchronousChannelProvider.java:83)
at java.nio.channels.AsynchronousServerSocketChannel.open(AsynchronousServerSocketChannel.java:145)
at java.nio.channels.AsynchronousServerSocketChannel.open(AsynchronousServerSocketChannel.java:166)
at StressLoopback.main(StressLoopback.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.net.SocketException: Invalid argument: fastLoopback
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.net.SocketException: Invalid argument: fastLoopback
Steps to reproduce:
See comments
Test name(s):java/nio/channels/AsynchronousSocketChannel/StressLoopback.java
Product(s) tested:1.8.0_65b09
OS/architecture:Windows XP/i586
Reproducible: Always
Is it a Regression: No
Regression introduced in release/build:
Test result on the last GAed release for this train: Passes on 1.8.0_51b16
Test result on FCS: Passes on 1.8.0 b132
Is it a platform specific issue: Yes
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing: Yes
[If new configuration testing] Issue specific to execution mode or OS/browser version:
Exception/Error from Log:
----------System.out:(0/0)----------
----------System.err:(20/1410)----------
java.net.SocketException: Invalid argument: fastLoopback
at sun.nio.ch.Net.socket0(Native Method)
at sun.nio.ch.Net.serverSocket(Net.java:415)
at sun.nio.ch.AsynchronousServerSocketChannelImpl.<init>(AsynchronousServerSocketChannelImpl.java:71)
at sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl.<init>(WindowsAsynchronousServerSocketChannelImpl.java:69)
at sun.nio.ch.WindowsAsynchronousChannelProvider.openAsynchronousServerSocketChannel(WindowsAsynchronousChannelProvider.java:83)
at java.nio.channels.AsynchronousServerSocketChannel.open(AsynchronousServerSocketChannel.java:145)
at java.nio.channels.AsynchronousServerSocketChannel.open(AsynchronousServerSocketChannel.java:166)
at StressLoopback.main(StressLoopback.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.net.SocketException: Invalid argument: fastLoopback
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.net.SocketException: Invalid argument: fastLoopback
Steps to reproduce:
See comments
- backported by
-
JDK-8140905 (ch) Test java/nio/channels/AsynchronousSocketChannel/StressLoopback.java fails for Windows XP
- Resolved
-
JDK-8147237 (ch) Test java/nio/channels/AsynchronousSocketChannel/StressLoopback.java fails for Windows XP
- Resolved
- relates to
-
JDK-8071468 Support SIO_LOOPBACK_FAST_PATH option on Windows
- Resolved
-
JDK-8060170 Support SIO_LOOPBACK_FAST_PATH option on Windows
- Resolved