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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1278 inline bool stack_yellow_zone_enabled();
1752 inline bool JavaThread::stack_yellow_zone_enabled() { function in class:JavaThread
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp485 bool guard_pages_enabled = thread->stack_yellow_zone_enabled();
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2365 if (thread->stack_yellow_zone_enabled()) {
2449 if (thread->stack_yellow_zone_enabled()) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2090 jt->stack_yellow_zone_enabled()) { // No pending stack overflow exceptions

Completed in 1065 milliseconds