--- old/src/hotspot/share/ci/ciField.cpp 2019-11-11 13:07:48.374591812 -0500 +++ new/src/hotspot/share/ci/ciField.cpp 2019-11-11 13:07:48.086584264 -0500 @@ -391,7 +391,7 @@ LinkInfo link_info(_holder->get_instanceKlass(), _name->get_symbol(), _signature->get_symbol(), - accessing_method->get_Method()); + methodHandle(THREAD, accessing_method->get_Method())); fieldDescriptor result; LinkResolver::resolve_field(result, link_info, bc, false, KILL_COMPILE_ON_FATAL_(false));