JDK-7091369 : DatagramSocket/Limit.java failing on 8 and 7u2
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2011-09-16
  • Updated: 2013-08-16
  • Resolved: 2011-10-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u2Fixed 8 b08Fixed
Related Reports
Relates :  
Description
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)

Comments
Verified in b103
16-08-2013

EVALUATION Change for TwoStacksPlainDatagramSocketImpl was missed, which affects Windows XP only
16-09-2011