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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.hpp293 bool _stop_at_java_call_stub; member in class:vframeStreamCommon
356 _stop_at_java_call_stub = stop_at_java_call_stub;
502 if (_frame.is_first_frame() || (_stop_at_java_call_stub && _frame.is_entry_frame())) {

Completed in 32 milliseconds