-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: b95321137df6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4347dd45d6a1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 2 files changed
- 1 contributor
Commits on Nov 25, 2014
-
Configuration menu - View commit details
-
Copy full SHA for bbdbe6f - Browse repository at this point
Copy the full SHA bbdbe6fView commit details -
Avoid CNFE by setting classloader resource of service .class.
When loading a .jar file, JRuby will also attempt to load a class named *Service based on the require path of the jar, in order to boot the extension the jar contains (if present). However this usually fails, since requiring a jar is also the preferred way to make a jar's contents available. As a result, every jar loaded by a JRuby application triggers the *Service search, which usually results in a ClassNotFoundException. Exceptions are expensive, so this commit tries to actively look for the *Service.class rather than falling into the heavier failure logic.
Configuration menu - View commit details
-
Copy full SHA for 2e2924c - Browse repository at this point
Copy the full SHA 2e2924cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4347dd4 - Browse repository at this point
Copy the full SHA 4347dd4View commit details
There are no files selected for viewing