SFM0314I

IBM_JAVA_OPTIONS=java_runtime_options

Explanation: This message is issued by each data base interface task 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 specified 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 Java 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.