SFM0308I

COBJVMINITOPTIONS=java_runtime_options

Explanation: The database interface task issues this message during its initialization process to show the Java runtime options that it will use for initializing the JVM that SFMJD001 will use through the JNI to communicate with methods in class AgentDBIO. This environment variable is set by Language Environment routines during SFMJD001 enclave initialization from values supplied in the file path from the SFMENV DD statement.

The preferred environment variable for passing Java runtime options is COBJVMINITOPTIONS, however, IBM_JAVA_OPTIONS may be used instead. The recommended Java runtime options for VFTP are:

-Xms2m -Xmx4m -Xverify:all -Xgcpolicy:optavgpause

Action: None, normally. However, an invalid option will prevent the JVM from initializing and usually cause a U4039 abend in the database interface task. The agent will also terminate. The JVM issues a message about the invalid option in the SYSOUT DD spool file. You will have to manually correct the option in the file specified by the SFMENV DD PATH parameter before restarting the agent.