< prev index next >

src/share/vm/runtime/javaCalls.cpp

Print this page

        

*** 383,393 **** // Throw stack overflow exception with preinitialized exception. Exceptions::throw_stack_overflow_exception(THREAD, __FILE__, __LINE__, method); return; } else { // Touch pages checked if the OS needs them to be touched to be mapped. ! os::bang_stack_shadow_pages(); } #if INCLUDE_JVMCI if (alternative_target != NULL) { if (alternative_target->is_alive()) { --- 383,393 ---- // Throw stack overflow exception with preinitialized exception. Exceptions::throw_stack_overflow_exception(THREAD, __FILE__, __LINE__, method); return; } else { // Touch pages checked if the OS needs them to be touched to be mapped. ! os::map_stack_shadow_pages(); } #if INCLUDE_JVMCI if (alternative_target != NULL) { if (alternative_target->is_alive()) {
< prev index next >