JDK-8038438 : (sctp) Review comments from 8034181
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-03-26
  • Updated: 2016-06-13
  • Resolved: 2014-03-26
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 9
9 b08Fixed
Related Reports
Relates :  
Description
Review comments form 8034181, forgotten in original commit.
  http://mail.openjdk.java.net/pipermail/net-dev/2014-March/008353.html

--- snip -- 

This looks okay to me and I wouldn't expect the malloc'ed case to be common.

One comment on the test is that "75" isn't obvious and might be useful 
as a constant at the top to explain that it's the total number of 
combinations.

--- snip ---