-XX:[+|-]HitachiLocalsSimpleFormat (Option for changing the output format of the local variable information)
Format
Description
Change the output format of the local variable information to the simple output format, in which one variable is output in one line.
Output format
locals: |
For the details on output contents for the type, name, and value, see -XX:[+|-]HitachiLocalsInThrowable (Option for collecting the local variable information when an exception occurs).
Examples of output
The following is an example of output using Java program example 1:
at Example1.method(Example1.java:15) |