Skip to content

CAUTION: This site hosts draft documentation for the next release. For published content of the latest release, visit www.eclipse.org/openj9/docs

-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.

See also