--- old/src/share/vm/runtime/javaCalls.cpp 2015-11-23 18:21:05.400374734 +0100 +++ new/src/share/vm/runtime/javaCalls.cpp 2015-11-23 18:21:05.227357338 +0100 @@ -372,9 +372,9 @@ // Find receiver Handle receiver = (!method->is_static()) ? args->receiver() : Handle(); - // When we reenter Java, we need to reenable the yellow zone which + // When we reenter Java, we need to reenable the reserved/yellow zone which // might already be disabled when we are in VM. - if (thread->stack_yellow_zone_disabled()) { + if (!thread->stack_guards_enabled()) { thread->reguard_stack(); }