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: 48f1ac284545
Choose a base ref
...
head repository: jruby/jruby
compare: d501037d6747
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 14, 2016

  1. Remove unsafe-mock from our build altogether.

    This commit replaces the unsafe-mock dependency -- which caused
    various build problems living in boot classpath -- with a new
    library that just shims the three Unsafe methods added in Java 8:
    fullFence, loadFence, and storeFence. This allows us to eliminate
    all calls to those methods from JRuby proper as well as the build
    tricks.
    
    Fixes #4103.
    headius committed Dec 14, 2016
    Copy the full SHA
    64b9553 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4381 from headius/no-unsafe-mock

    Remove unsafe-mock from our build altogether.
    headius committed Dec 14, 2016
    Copy the full SHA
    d501037 View commit details
    Browse the repository at this point in the history