Skip to content

Instantly share code, notes, and snippets.

@cpuguy83
Created November 18, 2014 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpuguy83/88e003a1587d513b106f to your computer and use it in GitHub Desktop.
Save cpuguy83/88e003a1587d513b106f to your computer and use it in GitHub Desktop.
root@13f97589e953:/# export JRUBY_OPTS="-X+T -Xcompile.invokedynamic=true"
root@13f97589e953:/# irb
/opt/jruby/lib/ruby/stdlib/irb/inspector.rb:123:in `const_missing': uninitialized constant IRB::Marshal (NameError)
from /opt/jruby/lib/ruby/stdlib/irb/inspector.rb:123:in `IRB'
from /opt/jruby/lib/ruby/stdlib/irb/inspector.rb:13:in `<main>'
from /opt/jruby/lib/ruby/stdlib/irb/context.rb:12:in `<main>'
from /opt/jruby/lib/ruby/stdlib/irb.rb:14:in `<main>'
from /opt/jruby/bin/irb:10:in `<main>'
root@13f97589e953:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment