-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
It has been many years since the native launcher had the same feature set as the shell script. A handful of things that are missing:
-
The --environment flag which logs the construction of the JRuby command line.
-
Proper handling of module flags. When the native launcher is installed, users will see the following warnings and functionality will likely be degraded.
$ jruby -e 1 WARNING: Unknown module: org.jruby.dist specified to --add-opens WARNING: Unknown module: org.jruby.dist specified to --add-opens WARNING: Unknown module: org.jruby.dist specified to --add-opens WARNING: Unknown module: org.jruby.dist specified to --add-opens -
Any of the CRaC or AppCDS flags jvery recently added. I don't think the native launcher can use appcds at all.
And probably others I've not noticed. I know it's mostly because we don't like maintaining the native launcher.
I have an idea that may solve the issue on Llinux at least.
Metadata
Metadata
Assignees
Labels
No labels