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.
Clone and Build JRuby on any Java 7+ JDK following the BUILDING guide.
Running the base test suite happens via bin/jruby -S rake test.... Longer suites are available via rake targets.
bin/jruby -S rake test...
rake test:jruby:jit
rake test:jruby:aot
rake test:mri:jit
rake test:mri:aot
Fully using invokedynamic is be off by default but can be toggled using a command line switch e.g.
invokedynamic
$ JRUBY_OPTS="-Xcompile.invokedynamic=true -J-Xmx1024M" bin/jruby -S rake test:mri:aot ...
Benchmarks are available in the rubybench project, and can be used to test performance and JIT.