Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8180205 Umbrella: potential JDK core library API deprecations
  3. JDK-8180206

deprecate Piped{Input,Output}Stream and Piped{Reader,Writer}

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs
    • None

      These are little-used legacy classes, probably based on Unix pipes. But the behavior in the presence of multiple threads is ill-defined (see JDK-4754776). Also, it seems odd in the first place for threads in the same JVM to be sending bytes or chars to each other. It would be better to use java.util.concurrent classes for inter-thread communication.

            smarks Stuart Marks
            smarks Stuart Marks
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: