Skip to content

Commit 7d48463

Browse files
committed
Better warning when using pure-Ruby build under JRuby.
1 parent 495113c commit 7d48463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/extension_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def self.jruby?
3131
require 'concurrent_ruby_ext'
3232
@@java_ext_loaded = true
3333
rescue LoadError
34-
warn 'Attempted to load Java extensions on unsupported platform. Continuing with pure-Ruby.'
34+
warn 'Performance on JRuby may be improved by installing the pre-compiled Java extensions. Please see http://concurrent-ruby.com'
3535
end
3636
end
3737
end

0 commit comments

Comments
 (0)