Skip to content

Was the --indy cli option removed? (1.7.16.1) #2231

Closed
@PragTob

Description

@PragTob

Hi everyone,

just wondering if I'm extra ordinarily stupid right now or if the --indy option doesn't work/is deprecated.

tobi@tobi-desktop ~ $ jruby -v
jruby 1.7.16.1 (1.9.3p392) 2014-10-28 4e93f31 on OpenJDK 64-Bit Server VM 1.7.0_65-b32 +jit [linux-amd64]
tobi@tobi-desktop ~ $ jruby -h
#snip
  --(no-)indy       use invokedynamic (Java 7+) to optimize (perf++, startup--)
# snip
tobi@tobi-desktop $ jruby --indy  bin/run.rb 
jruby: unknown option --indy
tobi@tobi-desktop $ jruby --no-indy bin/run.rb 
jruby: unknown option --no-indy
tobi@tobi-desktop $ jruby -Xcompile.invokedynamic=true  bin/run.rb
# works (I guess)

Cheers + thanks,
Tobi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions