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

Commits on Nov 25, 2014

  1. remove extra whitespaces

    mkristian committed Nov 25, 2014
    Copy the full SHA
    3cfe2da View commit details
    Browse the repository at this point in the history
  2. clean up classloader type hierachy

    * only the classloader runtime.getJRubyClassLoader needs to have
      all the extra features. all other classloaders just needs to
      be able to define classes and do not need the extra overhead of
      loading and finding resources and adding jar files during runtime.
    * the OneShotClassloader is only used with runtime.getJRubyClassLoader
      so ensure this relation via types
    * the JRubyClassLoader is used at various places also as "flag via instanceof".
      keep this and all other uses of JRubyClassLoader as it was before
    mkristian committed Nov 25, 2014
    Copy the full SHA
    e0d8da1 View commit details
    Browse the repository at this point in the history