Release Note: java.lang.Process implements AutoCloseable and Closeable.

XMLWordPrintable

      Process has a new `close()` method and supports `AutoCloseable`.
      Closing a process ensures that it has terminated and its streams and underlying resources are released.
      When used with try-with-resources, the process and its streams are closed when the try-with-resource block exits.
      See `java.lang.Process` for details and examples.

            Assignee:
            Roger Riggs
            Reporter:
            Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: