Skip to content

Commit

Permalink
enable invoke dynamic on JRuby by default
Browse files Browse the repository at this point in the history
@headius told me that the only known issues are when jruby is being
called directly from java and in a container. Seeing we aren't doing
that, we can enable this.
  • Loading branch information
hone committed Dec 15, 2012
1 parent b075d5d commit 753588a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Expand Up @@ -159,7 +159,7 @@ def default_java_opts
# default JRUBY_OPTS
# return [String] string of JRUBY_OPTS
def default_jruby_opts
"-Xcompile.invokedynamic=false"
"-Xcompile.invokedynamic=true"
end

# list the available valid ruby versions
Expand Down

0 comments on commit 753588a

Please sign in to comment.