Skip to content

-XX:JITServerAddress

This option specifies the JITServer server name or IP address for a JITServer client to connect to.

Syntax

    -XX:JITServerAddress=<address>
Setting Effect Default
-XX:JITServerAddress Set server's name or IP address localhost

Explanation

When you enable this option, the JITServer client sends compilation requests to a server with the provided name or address. If there is no server available at that address, the JIT compiler compiles locally.

See also