diff -r 57ad70bcf06c -r 15936b142f86 src/hotspot/share/runtime/frame.cpp --- a/src/hotspot/share/runtime/frame.cpp Wed Nov 13 11:27:50 2019 +0000 +++ b/src/hotspot/share/runtime/frame.cpp Wed Nov 13 08:23:23 2019 -0500 @@ -1164,7 +1164,7 @@ // Compute the actual expression stack size InterpreterOopMap mask; - OopMapCache::compute_one_oop_map(m, bci, &mask); + OopMapCache::compute_one_oop_map(methodHandle(Thread::current(), m), bci, &mask); intptr_t* tos = NULL; // Report each stack element and mark as owned by this frame for (int e = 0; e < mask.expression_stack_size(); e++) {