The build procedure for JITServer is nearly identical to a regular OpenJ9 build.
Build instructions for different Java versions:
To build with JITServer, pass --enable-jitserver
option to the configure
script.
Same instructions as here,
but to build with JITServer set the environment variable J9VM_OPT_JITSERVER
to 1
.