hg: jdk/hs: 7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
coleen.phillimore at oracle.com
coleen.phillimore at oracle.com
Wed Jan 31 16:13:42 UTC 2018
Changeset: 99c973b56994
Author: coleenp
Date: 2018-01-31 11:07 -0500
URL: http://hg.openjdk.java.net/jdk/hs/rev/99c973b56994
7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
Summary: Value of zero means unlimited stack trace. If you want no stack trace, use -XX:-StackTraceInThrowable
Reviewed-by: dholmes, hseigel
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/prims/forte.cpp
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/runtime/thread.cpp
+ test/hotspot/jtreg/runtime/Throwable/TestMaxJavaStackTraceDepth.java
More information about the jdk-hs-changes
mailing list