From globals.hpp:
product(intx, MaxJavaStackTraceDepth, 1024, \
"The maximum number of lines in the stack trace for Java " \
"exceptions (0 means all)") \
range(0, max_jint/2) \
but instead setting MaxJavaStackTraceDepth=0 shows no lines.
product(intx, MaxJavaStackTraceDepth, 1024, \
"The maximum number of lines in the stack trace for Java " \
"exceptions (0 means all)") \
range(0, max_jint/2) \
but instead setting MaxJavaStackTraceDepth=0 shows no lines.
- duplicates
-
JDK-7179701 MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
- Resolved