--- old/src/hotspot/share/interpreter/interpreterRuntime.hpp 2017-10-31 09:39:47.416966333 -0400 +++ new/src/hotspot/share/interpreter/interpreterRuntime.hpp 2017-10-31 09:39:47.160965064 -0400 @@ -95,9 +95,10 @@ static void initialize_static_value_field(JavaThread*, oopDesc* mirror, int offset); // Value Buffers support - static void recycle_vtbuffer(JavaThread* thread); + static void recycle_vtbuffer(void *alloc_ptr); static void recycle_buffered_values(JavaThread* thread); static void return_value(JavaThread* thread, oopDesc* obj); + static void return_value_step2(oopDesc* obj, void* alloc_ptr); static void check_areturn(JavaThread* thread, oopDesc* obj); static void fix_frame_vt_alloc_ptr(JavaThread* thread);