JDK-8047187 : Test jdk/net/Sockets/Test.java fails to compile after fix JDK-8046588
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 8u20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_7
  • CPU: x86_64
  • Submitted: 2014-06-18
  • Updated: 2015-02-02
  • Resolved: 2014-06-19
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
7u80Fixed 8u20 b20Fixed
Related Reports
Relates :  
Description
Testsuite name: Regression
Test name: jdk/net/Sockets/Test.java
JDk tested: 8u40 nightly build: /net/scanas411.us.oracle.com/export/java-re/build/re3/nightlyws/jdk8u-dev/b01_2014-06-16-1901_650/ws-b01_2014-06-16-1901_650/build
OS tested: All

Not platform specific.

LOG:

C:\\local\\aurora\\sandbox\\testbase\\test\\jdk\\net\\Sockets\\Test.java:81: error: cannot find symbol
        Set<SocketOption<?>> options = dg.supportedOptions();
                                         ^
  symbol:   method supportedOptions()
  location: variable dg of type DatagramSocket
1 error
result: Failed. Compilation failed: Compilation failed


test result: Failed. Compilation failed: Compilation failed
Comments
part of the test case (with new API calls) should not have been backported to 8. Will fix asap.
18-06-2014

RULE jdk/net/Sockets/Test.java CompilationError Compilation failed
18-06-2014