Hitachi

uCosminexus Application Server Definition Reference Guide


-XX:[+|-]HitachiThreadDumpWithBlockCount (Block count output option of the extended thread dump)

Organization of this page

Format

-XX:+HitachiThreadDumpWithBlockCount

In the thread information of the extended thread dump, this option outputs the number of times the thread has blocked the process and the number of times the process is in the waiting status.

-XX:-HitachiThreadDumpWithBlockCount

In the thread information of the extended thread dump, this option does not output the number of times the thread has blocked the process and the number of times the process is in the waiting status.

Description

In the thread information of the extended thread dump, specify whether to output the number of times the thread has blocked the process and the number of times the process is in the waiting status.

Note that hash code is output for the thread that is running the Java program. The hash code is not output for the thread used for the internal operations of JavaVM.

Default value
  • -XX:+HitachiThreadDumpWithBlockCount

Prerequisite options
  • -XX:+HitachiThreadDump