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

(ch spec) AbstractSelectableChannel.implCloseChannel spec is incorrect - should cancel keys first

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 1.4.0
    • core-libs
    • generic
    • generic

      It should read

          /**
           * Closes this channel.
           *
           * <p> This method, which is specified in the {@link AbstractChannel} class
           * and is invoked by the {@link java.nio.channels.Channel#close close}
           * method, first cancels all of this channel's keys. It then invokes the
           * {@link #implCloseSelectableChannel implCloseSelectableChannel} method in
           * order to perform the actual work of closing this channel.
           * </p>
           */

      This change is required in order to fix 4458268.

      -- mr@eng 2001/5/24

            Unassigned Unassigned
            mr Mark Reinhold
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: