--- old/src/hotspot/share/runtime/handles.inline.hpp 2020-02-19 21:30:00.515638728 -0500 +++ new/src/hotspot/share/runtime/handles.inline.hpp 2020-02-19 21:29:58.807619743 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -59,7 +59,7 @@ if (obj != NULL) { \ assert(((Metadata*)obj)->is_valid(), "obj is valid"); \ assert(_thread == Thread::current(), "thread must be current"); \ - assert (_thread->is_in_stack((address)this), "not on stack?"); \ + assert (_thread->is_in_live_stack((address)this), "not on stack?");\ _thread->metadata_handles()->push((Metadata*)obj); \ } \ } \