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: 27a37492b16b
Choose a base ref
...
head repository: jruby/jruby
compare: 8f1a94d89e5c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 6, 2014

  1. Limit searches for service libraries to once per baseName, rather tha…

    …n once per suffix.
    
    This change reduces the number of repeated failed classpath lookups, each of which generates a ClassNotFoundException.
    nirvdrum committed Nov 6, 2014
    Copy the full SHA
    35d92a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2115 from nirvdrum/reduce_cnfe_in_require

    Limit searches for service libraries to once per baseName, rather than once per suffix.
    headius committed Nov 6, 2014
    Copy the full SHA
    8f1a94d View commit details
    Browse the repository at this point in the history