JNCK messages

JNI messages.

JVMJNCK000E -Xcheck:jni: unrecognized option --> \'%s\'

Explanation

You specified an unrecognized -Xcheck:jni command-line option.

System action

The JVM prints usage information for the -Xcheck:jni option and ends.

User response

Correct the -Xcheck:jni command-line option.

JVMJNCK001I JNI check utility installed. Use -Xcheck:jni:help for usage

Explanation

The JNI check utility has been installed.

System action

The JVM performs additional checks on JNI calls.

User response

This message is an information message. No action is required.

JVMJNCK002E JNI check utility: unable to hook event

Explanation

Initialization of the JNI check utility failed because it was unable to intercept native method calls.

System action

The JVM ends.

User response

Contact your IBM service representative.

JVMJNCK023E JNI error detected. Continuing...

Explanation

The JNI check utility has detected a recoverable JNI error.

System action

The JVM continues.

User response

Investigate the JNI check error that was reported in the previous message.

JVMJNCK024E JNI error detected. Aborting.

Explanation

The JNI check utility detected an unrecoverable JNI error.

System action

The JVM ends.

User response

Investigate the JNI check error that was reported in the previous message.

JVMJNCK025I Use -Xcheck:jni:nonfatal to continue running when errors are detected.

Explanation

The JVM detected a JNI error and ended. You can use the -Xcheck:jni:nonfatal parameter to change this behaviour.

System action

The JVM ends.

User response

If required, rerun with the -Xcheck:jni:nonfatal parameter.

JVMJNCK062W JNI warning in %s: This function should not be called inside of a critical section

Explanation

A JNI function was called within a JNI critical section.

System action

The JVM continues.

User response

Check and correct the JNI application code.

JVMJNCK077E Error detected in %2$.*1$s.%4$.*3$s%6$.*5$s

Explanation

This message provides additional information about the Java class and method that were used in the JNI function identified in a previous error message.

System action

The JVM continues.

User response

Investigate the previous error message.

JVMJNCK078W Warning detected in %2$.*1$s.%4$.*3$s%6$.*5$s

Explanation

This message provides additional information about the Java class and method that were used in the JNI function identified in a previous warning message.

System action

The JVM continues.

User response

Investigate the previous warning message.

JVMJNCK079I Advice detected in %2$.*1$s.%4$.*3$s%6$.*5$s

Explanation

This message provides additional information about the Java class and method that were used in the JNI function identified in a previous advice message.

System action

The JVM continues.

User response

Investigate the previous advice message.

JVMJNCK080E Error detected in the outermost frame of an attached thread

Explanation

This message provides additional information about the frame context of the JNI function that was identified in a previous error message.

System action

The JVM continues.

User response

Investigate the previous error messages.

JVMJNCK081W Warning detected in the outermost frame of an attached thread

Explanation

This message provides additional information about the frame context of the JNI function that was identified in a previous warning message.

System action

The JVM continues.

User response

Investigate the previous warning messages.

JVMJNCK082I Advice detected in the outermost frame of an attached thread

Explanation

This message provides additional information about the frame context of the JNI function that was identified in a previous advice message.

System action

The JVM continues.

User response

Investigate the previous advice messages.

JVMJNCK083E Error detected in JNI_OnLoad of library %.*s

Explanation

This message provides additional information about the JNI function that was identified in a previous error message.

System action

The JVM continues.

User response

Investigate the previous error message.

JVMJNCK084W Warning detected in JNI_OnLoad of library %.*s

Explanation

This message provides additional information about the JNI function that was identified in a previous warning message.

System action

The JVM continues.

User response

Investigate the previous warning message.

JVMJNCK085I Advice detected in JNI_OnLoad of library %.*s

Explanation

This message provides additional information about the JNI function that was identified in a previous advice message.

System action

The JVM continues.

User response

Investigate the previous advice message.

JVMJNCK089E Error detected in the handler frame of a JVMPI or JVMTI event

Explanation

This message provides additional information about the frame context of the JNI function that was identified in a previous error message.

System action

The JVM continues.

User response

Investigate the previous error messages.

JVMJNCK090W Warning detected in handler frame of a JVMPI or JVMTI event

Explanation

This message provides additional information about the frame context of the JNI function that was identified in a previous warning message.

System action

The JVM continues.

User response

Investigate the previous warning messages.

JVMJNCK091I Advice detected in handler frame of a JVMPI or JVMTI event

Explanation

This message provides additional information about the frame context of the JNI function that was identified in a previous advice message.

System action

The JVM continues.

User response

Investigate the previous advice messages.