Module openj9.dtfj

Interface JavaVMOption


  • public interface JavaVMOption

    Represents the JavaVMOption C structures passed to JNI_CreateJavaVM to create the VM.

    Each JavaVMOption consists of two components:

    1. an optionString string, used to identify the option.
    2. an extraInfo pointer, used to pass additional information. This component is usually NULL.