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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0a2af70d2663
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61ac7f39330a
Choose a head ref
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 7, 2015

  1. Copy the full SHA
    4395806 View commit details
  2. use common defaultClassLoaderm from RubyInstanceConfig

    Ruby.getClassLoader() or similar contruct can be null. have a common
    place to retrieve the defaultClassLoader (most probably the same as
    runtime.getJRubyClassLoader().getParentClassLoeder()).
    mkristian committed Jun 7, 2015
    Copy the full SHA
    55027df View commit details

Commits on Jun 8, 2015

  1. get the objectspace back

    mkristian committed Jun 8, 2015
    Copy the full SHA
    bdb5bcb View commit details
  2. fix runnable.jar test

    * expected output from runnable test
    * get jruby spawn itself via rake_test_runner
    
    Sponsored by Lookout Inc.
    mkristian committed Jun 8, 2015
    Copy the full SHA
    61ac7f3 View commit details
Loading