Path: blob/master/doc/compiler/jitserver/Build.md
6000 views
Building JITServer
The build procedure for JITServer is nearly identical to a regular OpenJ9 build.
Building the whole VM
Build instructions for different Java versions:
To build with JITServer, pass --enable-jitserver
option to the configure
script.
Building compiler only
Same instructions as here, but to build with JITServer set the environment variable J9VM_OPT_JITSERVER
to 1
.