Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6RC2
-
Fix Version/s: JRuby 1.6RC3, JRuby 1.6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I believe this was broken when we added support for -X property shortcuts (like -Xcompile.dynopt=true). It appears to have broken the other -X options.
~/projects/jruby ➔ bin/jruby.bash -X-C -e 1 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)
The native launcher works correctly.
Issue Links
- is duplicated by
-
JRUBY-5495
-X+O no longer works
-