MECK messages

Memory checking messages.

JVMMECK000E An error occurred initializing the -Xcheck:memory utility

Explanation

The memory check utility could not locate the required virtual machine resources.

System action

The requested memory check is not performed.

User response

Verify that your Java runtime environment is correctly installed.

JVMMECK001E Unrecognized -Xcheck:memory option: %s

Explanation

The memory check that you requested is not a recognized type.

System action

The Java application runs but no memory checks are performed.

User response

Run the JVM with the -Xcheck:memory:help option to list the valid checks.

JVMMECK002E An error occurred creating the call site data structure. Call site information will not be displayed

Explanation

The memory check utility could not store information about the source code locations of memory requests.

System action

The JVM performs the memory checks without recording memory requestor information.

User response

Check that your system is configured with sufficient memory.