Notes.ini Entry



Name:

    JavaJITName

Syntax

    JavaJITName=Jit_Name

Applies to:

    Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Java

        Default:

          None

        UI equivalent:

          None

        Description:
        Enables the specified JIT (Just in Time). You must provide the named JIT or an error is reported by the Java Virtual Machine (JVM), although execution continues without the named JIT. Use the JavaJITName setting to load a JIT other than the default JIT (if one is provided).

        Setting this variable turns on the JIT specified in the parameter.

        Value is name of the specifiy JIT to use.

        where <jit_name> is the specific JIT to use. You must provide the named JIT or an error is reported by the JVM, although execution of the application or agent will continue without it.

        You can specify the default JIT name here, such as symcjit on Win32 or jitcompiler on alpha; that is equivalent to using JavaEnableJIT=1.

        Note: The name of the JIT on Win32 differs depending on what version of Notes you are referring to. On 5.0.x, the JIT name is symcjit. On Rnext, its name is jitc.

        Example : JavaJITName=symcjit

        Caution: JITs can be unstable and lead to unexpected crashes.