--- old/src/share/vm/c1/c1_Runtime1.cpp 2015-11-04 14:32:39.462386636 +0100 +++ new/src/share/vm/c1/c1_Runtime1.cpp 2015-11-04 14:32:39.290369496 +0100 @@ -501,7 +501,7 @@ // Check the stack guard pages and reenable them if necessary and there is // enough space on the stack to do so. Use fast exceptions only if the guard // pages are enabled. - bool guard_pages_enabled = thread->stack_yellow_zone_enabled(); + bool guard_pages_enabled = thread->stack_guards_enabled(); if (!guard_pages_enabled) guard_pages_enabled = thread->reguard_stack(); if (JvmtiExport::can_post_on_exceptions()) {