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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1531 // Setting and clearing popframe_condition
1544 PopCondition popframe_condition() { return (PopCondition) _popframe_condition; } function in class:JavaThread
1549 bool has_pending_popframe() { return (popframe_condition() & popframe_pending_bit) != 0; }
1550 bool popframe_forcing_deopt_reexecution() { return (popframe_condition() & popframe_force_deopt_reexecution_bit) != 0; }

Completed in 43 milliseconds