-XX:[+|-]UseJITServer
This option starts the Eclipse OpenJ9™ VM in JITServer client mode.
Syntax
-XX:[+|-]UseJITServer
Setting | Effect | Default |
---|---|---|
-XX:+UseJITServer |
Enable | |
-XX:-UseJITServer |
Disable | yes |
Explanation
When you enable this option, the VM tries to connect to a server and send all JIT compilation requests to it. For more information, see JITServer Technology.
You must specify this option for any other -XX:*JITServer*
options to take effect.