Searched refs:usable_stack_size (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/cpu/x86/vm/ | ||
H A D | frame_x86.cpp | 61 size_t usable_stack_size = thread->stack_size() - stack_guard_size; local 65 (sp >= thread->stack_base() - usable_stack_size); |
Completed in 2312 milliseconds