J9TI messages

JVMTI interface messages.

JVMJ9TI000E Out of memory attempting to load agent library %s

Explanation

The system ran out of native memory.

System action

The JVM fails to load the agent library, then ends.

User response

Increase the amount of available native memory.

JVMJ9TI001E Agent library %1$s could not be opened (%2$s)

Explanation

The agent shared library could not be found or opened.

System action

The JVM fails to load the agent library, then ends.

User response

Verify the existence of the agent shared library, and check that the file read permissions allow access.

JVMJ9TI002E Agent_OnLoad not found in library %s

Explanation

The specified agent does not follow the JVMTI specification.

System action

The JVM fails to load the agent library, then ends.

User response

Add an Agent_OnLoad function to the agent library.

JVMJ9TI003E Agent_OnLoad failed for library %s

Explanation

The initialization of the agent failed in the Agent_OnLoad function.

System action

The JVM fails to load the agent library, then ends.

User response

Correct the Agent_OnLoad failure.

JVMJ9TI004I Returns via the capabilities_ptr the extended capabilities available at this time.

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI005I Add the new extended capabilities from capabilities_ptr.

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI006I Relinquish the extended capabilities from capabilities_ptr.

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI007I Get the current set of extended capabilities via capabilities_ptr.

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI011I Add a dynamic -Xtrace option

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI012I Add a dynamic -Xdump option

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI014I Controls Java Lock Monitor (JLM) (COM_IBM_JLM_START, COM_IBM_JLM_START_TIME_STAMP, COM_IBM_JLM_STOP, COM_IBM_JLM_STOP_TIME_STAMP).

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI015I Request a Java Lock Monitor (JLM) dump.

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI016I Allow inlining in the presence of method enter and exit events (resulting in possibly inaccurate reporting of enter and exit)

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI017I Controls various VM and compiling options.

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI018I Sets a method for selective entry and exit notification.

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI019I Sets notification mode for extended events, allowing thread-level selectivity

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI020I Gets the OS thread ID from a jthread

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI021I Get extended frame information

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI022I Get extended frame information for all stack traces.

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI025I Allow direct JNI in the presence of method enter and exit events (resulting in possibly inaccurate reporting of enter and exit)

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI026I Trigger a dump using the given RAS configuration.

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI030I Signal the async event on a single thread or all threads

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI031I Cancel the async event on a single thread or all threads

Explanation

An internationalized description of a JVMTI extension.

System action

None.

User response

None.

JVMJ9TI070E Agent initialization function %s failed for library %s, return code %d

Explanation

Agent_OnLoad or Agent_OnAttach failed to initialize the agent.

System action

The JVM fails to load the agent library and ends.

User response

The agent library must be updated to correct the agent initialization failure.

JVMJ9TI071E Agent initialization function %s not found in library %s

Explanation

The specified agent library does not correctly follow the JVMTI specification.

System action

The JVM fails to load the agent library and ends.

User response

The agent library must be updated to add the missing initialization function.