Specifying a default JVM for Java dump analysis
Performing Java™ dump analysis requires a JVM that has a service level equal to, or greater than, the JVM that recorded the Java™ dump. Optional DD statements can specify default JVMs to use when the version of Java™ indicated by the dump JAVA_HOME path cannot be found on the system.
You can specify default JVMs by adding the IDIJVM and IDIJVM6 DD statements to the IDIS subsystem JCL for Java™.
- The IDIJVM DD statement specifies the path to a default 31-bit JVM.
- The IDIJVM6 DD statement specifies the path to a default 64-bit JVM.
//IDIJVM DD PATH='path'
//IDIJVM6 DD PATH='path'