Skip to content

Instantly share code, notes, and snippets.

@sfgeorge
Created July 13, 2018 14:37
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 sfgeorge/96eaf7790327cd6ab09dcf33d867f933 to your computer and use it in GitHub Desktop.
Save sfgeorge/96eaf7790327cd6ab09dcf33d867f933 to your computer and use it in GitHub Desktop.
Looking at deprecated JRUBY_OPTS for JRuby
JRUBY_OPTS='-Xcompile.mode.fastest=true -Xjit.treshold=20' jruby -v
jruby: warning: unknown property jruby.jit.treshold
jruby: warning: unknown property jruby.compile.mode.fastest
jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) 64-Bit Server VM 24.79-b02 on 1.7.0_79-b15 +jit [darwin-x86_64]
@sfgeorge
Copy link
Author

note to self: treshold is not a thing. However, threshold is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment