File descriptors (Handles) are the same size as pointer types in Windows.
Therefore, on win64 they are 64 bits wide.
The fd member in java.io.FileDescriptor is a 32 bit int, and therefore
may not be large enough to hold a win64 handle.
Therefore, on win64 they are 64 bits wide.
The fd member in java.io.FileDescriptor is a 32 bit int, and therefore
may not be large enough to hold a win64 handle.
- relates to
-
JDK-4789852 Windows socket handles are 64 bit on win64
-
- Closed
-