Searched refs:has_pending_popframe (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp213 (thread->has_pending_popframe() || thread->popframe_forcing_deopt_reexecution())) {
214 if (thread->has_pending_popframe()) {
H A Dthread.hpp1549 bool has_pending_popframe() { return (popframe_condition() & popframe_pending_bit) != 0; } function in class:JavaThread

Completed in 29 milliseconds