JDK-7076487 : (sctp) SCTP API classes do not exist in JDK for Mac
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7,7u6,7u60,8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic,x86
  • Submitted: 2011-08-08
  • Updated: 2015-08-10
  • Resolved: 2013-10-10
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
7u76Fixed 8 b113Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Description
SQE networing tests failed on MacOS because the package com.sun.nio.sctp does not exist in the JDK for Mac

Failed tests:
sctp/SctpChannelGeneralTest02Client
sctp/SctpChannelGeneralTest03Client
sctp/SctpChannelGeneralTest04Client
sctp/SctpChannelGeneralTest05Client
sctp/SctpChannelGeneralTest06Client
sctp/SctpChannelGeneralTest07Client
sctp/SctpChannelGeneralTest08Client
sctp/SctpServerChannelMessageInfoTest13Client
sctp/SctpServerChannelMessageInfoTest14Client
sctp/SctpMultiChannelMessageInfoTest15Client
sctp/SctpMultiChannelMessageInfoTest16Client
sctp/NotificationHandlerTest18Client
sctp/NotificationHandlerTest19Client
sctp/NotificationHandlerTest22Client
sctp/NotificationHandlerTest24Client
sctp/NotificationHandlerTest25Client
sctp/NotificationHandlerTest28Client
sctp/NotificationHandlerTest29Client
sctp/NotificationHandlerTest30Client
sctp/NotificationHandlerTest34Client
sctp/NotificationHandlerTest35Client
sctp/NotificationHandlerTest37Client
sctp/SctpMultiChannelGeneralTest41Client
sctp/SctpMultiChannelGeneralTest42Client
sctp/SctpMultiChannelGeneralTest43Client
sctp/SctpMultiChannelGeneralTest48Client
sctp/SctpMultiChannelGeneralTest49Client
sctp/SctpBindTest09
sctp/SctpSocketOptionsTest10
sctp/SctpServerSocketOptionsTest11
sctp/SctpValidOpsTest12
sctp/NotificationHandlerTest31
sctp/NotificationHandlerTest33
sctp/SctpMultiChannelBindTest44
sctp/SctpMultiChannelValidOpsTest46
sctp/SctpMultiChannelShutdownTest47
sctp/SctpMultiChannelTest50
sctp/SctpMultiChannelTest51
sctp/SctpChannelOpenAndAssociationTest52
sctp/SctpChannelBindTest53
sctp/SctpChannelBindAddressTest54
sctp/SctpChannelUnBindAddressTest55
sctp/SctpChannelConnectTest56
sctp/SctpChannelConnectTest57
sctp/SctpChannelGetLocalAddTest58
sctp/SctpChannelGetRemoteAddTest59
sctp/SctpChannelShutdownTest60
sctp/SctpServerChannelOpenBindTest61
sctp/SctpServerChannelAcceptTest62
sctp/SctpServerChannelBindAddressTest63
sctp/SctpServerChannelUnBindAddressTest64
sctp/SctpServerChannelGetLocalAddTest65
sctp/SctpMultiChannelOpenTest66
sctp/SctpMultiChannelAssociationsTest67
sctp/SctpMultiChannelBindTest68
sctp/SctpMultiChannelBindTest69
sctp/SctpMultiChannelBindAddressTest70
sctp/SctpMultiChannelGetAllLocalAddrTest71
sctp/SctpMultiChannelShutdownTest73
sctp/SctpMultiChannelSupportedOptionsTest76
sctp/SctpMultiChannelUnBindAddressTest77
sctp/SctpMultiChannelReceiveTest78
sctp/SctpMultiChannelSendTest79
sctp/SctpMultiChannelBranchTest80
sctp/SctpTest81
sctp/SctpExceptionsTest82

-----------------------------------------------------------------------------------------
log message:

/net/sqenfs-1/export1/comp/jsn/all_workspace/7_int/networking/src/sctp/SctpServerChannelGeneralTest01.java:27: error: package com.sun.nio.sctp does not exist
import com.sun.nio.sctp.*;
^