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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.cpp37 static const int UNKNOWN_STACK_DEPTH = -99; variable
256 _cur_stack_depth = UNKNOWN_STACK_DEPTH;
263 _cur_stack_depth = UNKNOWN_STACK_DEPTH;
265 if (_cur_stack_depth != UNKNOWN_STACK_DEPTH) {
274 _cur_stack_depth = UNKNOWN_STACK_DEPTH;
276 if (_cur_stack_depth != UNKNOWN_STACK_DEPTH) {
288 if (!is_interp_only_mode() || _cur_stack_depth == UNKNOWN_STACK_DEPTH) {

Completed in 30 milliseconds