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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1538 enum PopCondition { enum in class:JavaThread
1544 PopCondition popframe_condition() { return (PopCondition) _popframe_condition; }
1545 void set_popframe_condition(PopCondition c) { _popframe_condition = c; }
1546 void set_popframe_condition_bit(PopCondition c) { _popframe_condition |= c; }

Completed in 74 milliseconds