-
Bug
-
Resolution: Fixed
-
P4
-
13
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8268306 | 11.0.13-oracle | Thejasvi Voniadka | P4 | Resolved | Fixed | b01 |
JDK-8272910 | 11.0.13 | Aleksey Shipilev | P4 | Resolved | Fixed | b04 |
JDK-8314054 | openjdk8u392 | Paul Hohensee | P4 | Resolved | Fixed | b02 |
This test once failed in CI for:
java.lang.NumberFormatException: For input string: "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:68)
at java.base/java.lang.Integer.parseInt(Integer.java:644)
at java.base/java.lang.Integer.parseInt(Integer.java:776)
at Promiscuous.receive(Promiscuous.java:48)
at Promiscuous.test(Promiscuous.java:108)
at Promiscuous.main(Promiscuous.java:135)
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:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
- backported by
-
JDK-8268306 java/net/MulticastSocket/Promiscuous.java fails intermittently due to NumberFormatException
- Resolved
-
JDK-8272910 java/net/MulticastSocket/Promiscuous.java fails intermittently due to NumberFormatException
- Resolved
-
JDK-8314054 java/net/MulticastSocket/Promiscuous.java fails intermittently due to NumberFormatException
- Resolved
- relates to
-
JDK-8226683 Remove review suggestion from fix to 8219804
- Resolved
- links to
-
Commit openjdk/jdk8u-dev/710481f9
-
Commit openjdk/jdk11u-dev/b3c293cf
-
Review openjdk/jdk8u-dev/337
-
Review openjdk/jdk11u-dev/255