Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: cf522e477761
Choose a base ref
...
head repository: jruby/jruby
compare: 9319c37ea9e5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 23, 2015

  1. Always try to unwrap stdio streams.

    In order to have stdio streams report their actual file descriptor
    (usually 0, 1, 2, but possibly different on Windows), we need to
    always try to unwrap the FilterInput/OutputStream that wraps them
    on OpenJDK class-library-based JDKs. We do not want to do this
    for all processes, since as patched previously some JVMs attempt
    to drain subprocess streams. This is not necessary for stdio
    streams (as far as we know) so this commit adds a direct unwrap
    path we can use when setting up the globals.
    
    Fixes #2598
    headius committed Feb 23, 2015
    Copy the full SHA
    2e56c51 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9319c37 View commit details
    Browse the repository at this point in the history