IBM SC34-6814-04 User Manual

Page 696

Advertising
background image

Table 34. JVM profile options available to DFHJVMAT (continued)

Option

Specifies

Xrs

Reduces the use of operating system signals by the JVM

Xrundllname

Loads the specified dynamic link library (DLL) and passes
it the specified options

Xss

Size of stack for each new Java thread

Xverify

Level of verification to perform on classes loaded

Two additional fields not found in a standard JVM profile are passed to DFHJVMAT,
as follows:

CICS_PROGRAM

Specifies the name of the CICS program (1-8 characters) associated with the
Java class to be run. This name is established at run-time; it is passed to
DFHJVMAT for information only and cannot be changed. Any changes are
ignored by CICS.

CICS_PROGRAM_CLASS

Specifies the CICS user application class name, and is obtained from the
program resource definition. This is defined by the JVMCLASS attribute on the
CICS PROGRAM resource definition. As an alternative to using DFHJVMAT to
override this attribute, you can use EXEC CICS SET PROGRAM or CEMT SET
PROGRAM commands to modify the JVMCLASS attribute on the PROGRAM
resource definition before control is passed to the JVM. If you use the
PROGRAM resource definition, the limit for the JVMCLASS attribute is 255
characters, but you can use DFHJVMAT to specify a class name longer than
255 characters.

674

Customization Guide

Advertising