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

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3045 bool chk_bounds = NOT_DEBUG(os::Linux::is_initial_thread()) DEBUG_ONLY(true); local
3046 if (chk_bounds && get_stack_bounds(&stack_extent, &stack_base)) {
3061 bool chk_bounds = NOT_DEBUG(os::Linux::is_initial_thread()) DEBUG_ONLY(true); local
3062 if (chk_bounds && get_stack_bounds(&stack_extent, &stack_base)) {

Completed in 53 milliseconds