Hitachi

uCosminexus Application Server Definition Reference Guide


-XX:[+|-]HitachiTrueTypeInLocals (Option to output the true type name of the local variable information)

Organization of this page

Format

-XX:+HitachiTrueTypeInLocals

This option outputs the actual object type name in the local variable information.

-XX:-HitachiTrueTypeInLocals

This option does not output the actual object type name in the local variable information.

Description

When collecting the local variable information, the object type name that is actually substituted is output for the local variable of the class or the array type. The type name is displayed in the round bracket after the character string that represents the variable value.

Note that if the class or array type object stored in the local variable is a JavaVM internal object, "internal type" is output.

Default value
  • -XX:-HitachiTrueTypeInLocals

Prerequisite options
  • -XX:+HitachiLocalsInThrowable

  • -XX:+HitachiLocalsInStackTrace

Examples of output

The following is an example of output using Java program example 3: