dragonwell-project / dragonwell8

Alibaba Dragonwell8 JDK
http://dragonwell-jdk.io
GNU General Public License v2.0
4.2k stars 497 forks source link

[Wisp] Keep aligning Socket.isConnected() with the normal OpenJDK returning result for ServerSocket.accept() #440

Closed zhengxiaolinX closed 1 year ago

zhengxiaolinX commented 1 year ago

Summary: Same as #438: we have another path ServerSocket.accept() to cover.

Test Plan: ServerSocketConnectionTest.java

Reviewed-by: D-D-H, yuleil

Issue: #437

zhengxiaolinX commented 1 year ago

The failed test is not related to this patch. Going to merge this first and we will look at it afterwards.