Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: JRuby 1.6RC2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
$ jruby -v
jruby 1.6.0.RC2 (ruby 1.8.7 patchlevel 330) (2011-02-09 5434c72) (Java HotSpot(TM) Client VM 1.6.0_22) [darwin-i386-java]
$ jruby -X+O
jruby: missing argument
Extended options:
-X-O run with ObjectSpace disabled (default; improves performance)
-X+O run with ObjectSpace enabled (reduces performance)
-X-C disable all compilation
-X+C force compilation of all scripts before they are run (except eval)
Issue Links
- duplicates
-
JRUBY-5472
JRuby bash script no longer supports -X-C and similar options
-
Looks like none of the -X options work. They all produce the "missing argument" message.