< prev index next >

src/hotspot/os/linux/os_linux.cpp

Print this page
rev 50440 : [mq]: 8202772-NMT-erroneously-assumes-thread-stack-boundaries-to-be-page-aligned

*** 5921,5930 **** --- 5921,5933 ---- *size -= guard_size; pthread_attr_destroy(&attr); } + + *size -= 8; + assert(os::current_stack_pointer() >= *bottom && os::current_stack_pointer() < *bottom + *size, "just checking"); } address os::current_stack_base() {
< prev index next >