7034585: Adjust fillInStackTrace filtering to assist 6998871

Allow for one or more fillInStackTrace frames to be skipped

Reviewed-by: mchung, kvn
This commit is contained in:
David Holmes 2011-04-12 02:53:06 -04:00
parent 2ea041a2b2
commit 09c93cbb25
2 changed files with 26 additions and 16 deletions

View file

@ -330,6 +330,7 @@
template(dispatch_name, "dispatch") \
template(getSystemClassLoader_name, "getSystemClassLoader") \
template(fillInStackTrace_name, "fillInStackTrace") \
template(fillInStackTrace0_name, "fillInStackTrace0") \
template(getCause_name, "getCause") \
template(initCause_name, "initCause") \
template(setProperty_name, "setProperty") \