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: 8c5a24d02cb5
Choose a base ref
...
head repository: jruby/jruby
compare: 39a810dccb56
Choose a head ref
  • 12 commits
  • 17 files changed
  • 1 contributor

Commits on Feb 20, 2015

  1. [Truffle] Fix ruby warning.

    eregon committed Feb 20, 2015
    Copy the full SHA
    7a3930d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5350a54 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    629410e View commit details
    Browse the repository at this point in the history
  4. [Truffle] Add missing TruffleBoundary for the SymbolTable!

    * Also, only give a view for listing the values.
    eregon committed Feb 20, 2015
    Copy the full SHA
    e3e71a4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5160480 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c924fb9 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    073b933 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7149ae2 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c6e566d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    7fa2de7 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    2b508b1 View commit details
    Browse the repository at this point in the history
  12. [Truffle] Use an explicit lock in SafepointManager.

    * We need to handle the case when multiple threads are calling pauseAllThreadsAndExecute().
    * Allows to check for reentrency.
    eregon committed Feb 20, 2015
    Copy the full SHA
    39a810d View commit details
    Browse the repository at this point in the history