Searched defs:fill_in_stack_trace (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1420 void java_lang_Throwable::fill_in_stack_trace(Handle throwable, methodHandle method, TRAPS) { function in class:java_lang_Throwable
1448 // Instead of using vframe directly, this version of fill_in_stack_trace
1555 void java_lang_Throwable::fill_in_stack_trace(Handle throwable, methodHandle method) { function in class:java_lang_Throwable
1569 fill_in_stack_trace(throwable, method, thread);
1619 // Unlike fill_in_stack_trace we do not skip fillInStackTrace or throwable init

Completed in 47 milliseconds