Hitachi

uCosminexus Application Server Definition Reference Guide


-XX:[+|-]HitachiLocalsInStackTrace (Option to output the local variable when the thread dump is output)

Organization of this page

Format

-XX:+HitachiLocalsInStackTrace

This option outputs the local variable information to the stack trace when thread dump is output.

-XX:-HitachiLocalsInStackTrace

This option does not output the local variable information to the stack trace when thread dump is output.

Description

Add the local variable information of each method and output to the stack trace when the thread dump was output. For details on output content of the local variable information, see -XX:[+|-]HitachiLocalsInThrowable (Option for collecting the local variable information when an exception occurs).

Default value
  • -XX:-HitachiLocalsInStackTrace

Examples of output

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

Precautions