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: a11416177d1c
Choose a base ref
...
head repository: jruby/jruby
compare: aa84fc89ed09
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 11, 2015

  1. Copy the full SHA
    35d6c95 View commit details
    Browse the repository at this point in the history
  2. [Truffle] Simplify Thread#value.

    * RubyThread.join() already raises if needed.
    * A node returning null is a bug.
    eregon committed Feb 11, 2015
    Copy the full SHA
    e268782 View commit details
    Browse the repository at this point in the history
  3. Revert "[Truffle] Simplify logic in ThreadManager.runOnce."

    * This reverts commit b2446b7.
    * The current SafepointManager needs for threads to have the global lock to know which RubyThread it is.
    eregon committed Feb 11, 2015
    Copy the full SHA
    aa84fc8 View commit details
    Browse the repository at this point in the history