--- old/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp 2020-02-19 21:28:35.181692319 -0500 +++ new/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp 2020-02-19 21:28:33.463673292 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved. * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -177,7 +177,7 @@ address addr = (address) info->si_addr; // check if fault address is within thread stack - if (thread->on_local_stack(addr)) { + if (thread->is_in_full_stack(addr)) { // stack overflow if (thread->in_stack_yellow_reserved_zone(addr)) { thread->disable_stack_yellow_reserved_zone();