-XX:[+|-]HitachiJavaLogNoMoreOutput (Option specified when the log file input/ output error occurs)

Format

-XX:+HitachiJavaLogNoMoreOutput
When the file input/ output error occurs during the log file output, this option outputs the following message to the standard error output and stops the output of log information:
Java logfile output failed.(errno=input-/-output-function-name-where -an-error-occurs:error-number)
-XX:-HitachiJavaLogNoMoreOutput
When the file input/ output error occurs during the log file output, this option outputs the following message as the standard error output, changes the output destination of the log information to the standard error output, and continues the output:
Java logfile output failed.(errno=input-/-output-function-name-where-an-error-occurs:error-number) Changing output to stderr

Description

When input/ output error occurs during log file creation, specify how to output the log information. Note that the processing of JavaVM will continue even if you specify -XX:+HitachiJavaLogNoMoreOutput or -XX:-HitachiJavaLogNoMoreOutput option.

Default value
  • -XX:+HitachiJavaLogNoMoreOutput
Prerequisite options
Specify one of the following values:
  • -XX:+HitachiVerboseGC
  • -XX:+HitachiOutOfMemoryStackTrace
  • -XX:+HitachiOutOfMemoryCause
  • -XX:+HitachiOutOfMemorySize
  • -XX:+HitachiJavaClassLibTrace
  • Other than -XX:HitachiExplicitMemoryLogLevel:none
  • -XX:+JITCompilerContinuation