JuggerNET Runtime Library

IJvmOptions.InterpretedMode Property

Enables interpreted execution mode if set to true.

[ConfigOption(OptionName="null", Name="null")]
bool InterpretedMode {get; set;}

Remarks

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.

See Also

IJvmOptions Interface | Codemesh.JuggerNET Namespace