-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: core-libs
-
b139
-
Not verified
The Windows native coding of libnet implements and uses a function called NET_ThrowSocketException to create a SocketException in 3 places. Because there's quite a few functions that create all kinds of exceptions in libnet/libjava this should be consolidated to using JNU_ThrowByName as the unix implementation already does in the same places.