Module openj9.dtfj

Class JCJavaVMInitArgs

  • All Implemented Interfaces:
    JavaVMInitArgs

    public class JCJavaVMInitArgs
    extends Object
    implements JavaVMInitArgs
    A javacore-based implementation of DTFJ JavaVMInitArgs. Note that javacores contain the set of initialization options passed into the VM (in the ENVINFO section of the javacore), but do not provide the JNI level or the setting of the JNI 'ignoreUnrecognized' flag.
    See Also:
    JavaRuntime