-XX:[+|-]HitachiTrueTypeInLocals (Option to output the true type name of the local variable information)
Format
Description
When collecting the local variable information, the object type name that is actually substituted is output for the local variable of the class or the array type. The type name is displayed in the round bracket after the character string that represents the variable value.
Note that if the class or array type object stored in the local variable is a JavaVM internal object, "internal type" is output.
Examples of output
The following is an example of output using Java program example 3:
at Example3.method(Example3.java:18) |