JDK-6915313 : (sctp) Reorganize implementation to make it more feasible to port to JDK6
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2010-01-08
  • Updated: 2010-04-02
  • Resolved: 2010-01-23
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
7 b81Fixed
Related Reports
Relates :  
Description
We have received several requests about porting the SCTP API to JDK6. This bug aims to amend the current implementation to minimize the amount of changes required to port it to JDK6.

1) Remove JDK7 API dependances from the implementation
2) provide all native functionality within libsctp.so

Comments
EVALUATION WARNING: The SCTP implementation run with Sun's JDK6 is completely unsupported. The implementation uses Sun proprietary APIs that may be removed or changed in the future (albeit unlikely at this point in the 1.6 lifecycle). Also, Sun's JDK6 is built with RHAS 2.1A and an old gcc. JDK7 is built with Fedora 9 and a more modern gcc. Everything should work (in theory) but there are bound to to be older Linux distributions where Sun's JDK6 works but libsctp will not work.
18-01-2010

EVALUATION http://openjdk.java.net/projects/sctp/html/sctp6.html
15-01-2010

EVALUATION http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fc5578368a0c
11-01-2010

EVALUATION yes.
08-01-2010