-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
10
After JDK-8176744, observed java/nio/channels/Selector/SelectAndClose.java failed again:
----------System.err:(12/723)----------
java.lang.RuntimeException: Select did not wake up
at SelectAndClose.main(SelectAndClose.java:80)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:230)
at java.base/java.lang.Thread.run(Thread.java:844)
----------System.err:(12/723)----------
java.lang.RuntimeException: Select did not wake up
at SelectAndClose.main(SelectAndClose.java:80)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:230)
at java.base/java.lang.Thread.run(Thread.java:844)
- relates to
-
JDK-8176744 Improve internal timing of java/nio/channels/Selector/SelectAndClose.java
-
- Resolved
-