JDK-8295792 : Clean up old async close code
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-10-21
  • Updated: 2022-10-24
  • Resolved: 2022-10-24
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 20
20 masterFixed
Related Reports
Relates :  
Description
Remove native code surrounding fdTable structure. The code was used for asynchronous socket close in the old socket implementation; it is currently not used for its original purpose and can be removed.

Also remove LingerTest; it was testing a fix for an old bug in the async close code. It does not make sense with the current implementation.
Comments
Changeset: 2f3f3b61 Author: Daniel JeliƄski <djelinski@openjdk.org> Date: 2022-10-24 15:25:48 +0000 URL: https://git.openjdk.org/jdk/commit/2f3f3b618500b5f112fabca30d4c6780b2a8e723
24-10-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10816 Date: 2022-10-21 14:28:02 +0000
21-10-2022