comparison src/share/vm/classfile/vmSymbols.hpp @ 2476:6a615eae2f34

7034585: Adjust fillInStackTrace filtering to assist 6998871 Summary: Allow for one or more fillInStackTrace frames to be skipped Reviewed-by: mchung, kvn
author dholmes
date Tue, 12 Apr 2011 02:53:06 -0400
parents 8033953d67ff
children 3449f5e02cc4
comparison
equal deleted inserted replaced
2475:c49c3947b98a 2476:6a615eae2f34
328 template(addClass_name, "addClass") \ 328 template(addClass_name, "addClass") \
329 template(getFromClass_name, "getFromClass") \ 329 template(getFromClass_name, "getFromClass") \
330 template(dispatch_name, "dispatch") \ 330 template(dispatch_name, "dispatch") \
331 template(getSystemClassLoader_name, "getSystemClassLoader") \ 331 template(getSystemClassLoader_name, "getSystemClassLoader") \
332 template(fillInStackTrace_name, "fillInStackTrace") \ 332 template(fillInStackTrace_name, "fillInStackTrace") \
333 template(fillInStackTrace0_name, "fillInStackTrace0") \
333 template(getCause_name, "getCause") \ 334 template(getCause_name, "getCause") \
334 template(initCause_name, "initCause") \ 335 template(initCause_name, "initCause") \
335 template(setProperty_name, "setProperty") \ 336 template(setProperty_name, "setProperty") \
336 template(getProperty_name, "getProperty") \ 337 template(getProperty_name, "getProperty") \
337 template(context_name, "context") \ 338 template(context_name, "context") \