--- old/src/hotspot/share/runtime/os.cpp 2020-02-19 21:30:12.707774249 -0500 +++ new/src/hotspot/share/runtime/os.cpp 2020-02-19 21:30:11.028755586 -0500 @@ -1114,7 +1114,7 @@ } // If the addr is in the stack region for this thread then report that // and print thread info - if (thread->on_local_stack(addr)) { + if (thread->is_in_full_stack(addr)) { st->print_cr(INTPTR_FORMAT " is pointing into the stack for thread: " INTPTR_FORMAT, p2i(addr), p2i(thread)); if (verbose) thread->print_on(st);