--- old/src/hotspot/share/runtime/sharedRuntime.cpp 2018-10-16 15:50:27.000000000 -0400 +++ new/src/hotspot/share/runtime/sharedRuntime.cpp 2018-10-16 15:50:27.000000000 -0400 @@ -3487,7 +3487,7 @@ JRT_BLOCK; { Thread* THREAD = thread; - oop vt = vk->realloc_result(reg_map, handles, callerFrame.is_interpreted_frame(), CHECK); + oop vt = vk->realloc_result(reg_map, handles, CHECK); new_vt = Handle(thread, vt); #ifdef ASSERT