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: rubinius/rubinius
base: 8bab2b0626da
Choose a base ref
...
head repository: rubinius/rubinius
compare: 52c28496e905
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 11, 2015

  1. Copy the full SHA
    c017561 View commit details
    Browse the repository at this point in the history
  2. Fixed deadlock in Metrics. Possibly related to #3366.

    1. The Metrics thread was holding a lock that the Finalizer thread needed to
    acquire to finalize a Thread structure; and
    2. The Metrics thread was waiting to become GC dependent; and
    3. A GC cycle was starting; and
    4. The GC cycle could not progress because the Finalizer thread was GC
    dependend and not stopping.
    brixen committed May 11, 2015
    Copy the full SHA
    52c2849 View commit details
    Browse the repository at this point in the history