Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2215521 | 7u2 | Chris Hegarty | P2 | Closed | Fixed | b10 |
7u2/b06 Summary:
=============
JPRT tests ( 7 sets failed, 5 individual tests failed) - 2 new failures
*) Test: closed/java/net/DatagramSocket/Limit.java
Test sets: windows_x64-product-c2-jdk_net.log.FAILED.log,
windows_i586-product-c1-jdk_net.log.FAILED.log,
STDERR:
java.lang.RuntimeException: Test failed (a): limit was set to 1
at Limit.main(Limit.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
=============
JPRT tests ( 7 sets failed, 5 individual tests failed) - 2 new failures
*) Test: closed/java/net/DatagramSocket/Limit.java
Test sets: windows_x64-product-c2-jdk_net.log.FAILED.log,
windows_i586-product-c1-jdk_net.log.FAILED.log,
STDERR:
java.lang.RuntimeException: Test failed (a): limit was set to 1
at Limit.main(Limit.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
- backported by
-
JDK-2215521 DatagramSocket/Limit.java failing on 8 and 7u2
-
- Closed
-
- relates to
-
JDK-7073491 -Dsun.net.maxDatagramSockets=1 does not work correctly with system.gc()
-
- Closed
-