We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495113c commit 7d48463Copy full SHA for 7d48463
lib/extension_helper.rb
@@ -31,7 +31,7 @@ def self.jruby?
31
require 'concurrent_ruby_ext'
32
@@java_ext_loaded = true
33
rescue LoadError
34
- warn 'Attempted to load Java extensions on unsupported platform. Continuing with pure-Ruby.'
+ warn 'Performance on JRuby may be improved by installing the pre-compiled Java extensions. Please see http://concurrent-ruby.com'
35
end
36
37
0 commit comments