Enables interpreted execution mode if set to true.
This property corresponds with the Java -Xint option. In interpreted mode, compilation to native code is disabled, and all bytecodes are executed by the interpreter. The performance benefits offered by the Java HotSpot VMs' adaptive compiler will not be present in this mode.
IJvmOptions Interface | Codemesh.JuggerNET Namespace