Notes.ini Entry



Name:

    JavaEnableJIT

Syntax

    JavaEnableJIT=0 / 1

Applies to:

    Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Java

        Default:

          0

        UI equivalent:

          None

        Description:
        By default, Notes disables the JVM default JIT (Just-In-Time) functionality because of its instability (see the caution below). Setting this variable to 1 turns on the default JIT functionality, if one is provided; so the JVM will allow normal loading of the default JIT.

        The variable's syntax is:

        JavaEnableJIT=1

        Caution: JIT functionality can be unstable and lead to unexpected crashes.