Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4794137

FileDescriptor should support 64-bit file descriptors (win64)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 1.4.1
    • core-libs
    • Fix Understood
    • itanium
    • windows_xp

      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.

            Unassigned Unassigned
            michaelm Michael McMahon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: