Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


7.3.3 -XX:[+|-]HitachiThreadDumpWithBlockCount

-XX:[+|-]HitachiThreadDumpWithBlockCount outputs the following information in the thread information of extended thread dumps: the number of times that thread processing was blocked and the number of times the thread was in the wait status.

Description

-XX:[+|-]HitachiThreadDumpWithBlockCount specifies whether to output the following information in the thread information of extended thread dumps: the number of times that thread processing was blocked and the number of times the thread was in the wait status.

Note that hash codes are output for the thread that is running the Java program. Hash codes are not output for the thread that is used for Java VM internal operation.

Prerequisite option
  • -XX:+HitachiThreadDump

Syntax

-XX:[+|-]HitachiThreadDumpWithBlockCount

Specifiable values

Type: String

-XX:+HitachiThreadDumpWithBlockCount

Outputs the following information in the thread information of extended thread dumps: the number of times that thread processing was blocked and the number of times the thread was in the wait status.

-XX:-HitachiThreadDumpWithBlockCount

Does not output the following information as the thread information of extended thread dumps: the number of times that thread processing was blocked and the number of times the thread was in the wait status.

Default value

If the definition item is omitted:

-XX:+HitachiThreadDumpWithBlockCount

Notes