Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.6 KB

Build.md

File metadata and controls

40 lines (28 loc) · 1.6 KB

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.