-XX:HitachiJavaClassLibTraceLineSize (Option to specify the line size of stack trace for the class library)
Format
-XX:HitachiJavaClassLibTraceLineSize=integer-value
Description
Specify in bytes, the number of characters in one line of class library stack trace output when -XX:+HitachiJavaClassLibTrace option is specified.
Argument
Examples of output
[CLT][Thread: 0x00286c58]<Thu Oct 21 14:56:24 2004> |
When number of characters in one line exceeds the number of specified bytes, the first half portion of the character string from "at" onwards is deleted. In the case of the example of output, in the fourth line, the first half of "Sample" will be deleted and will become "mple".