--- old/src/share/vm/interpreter/interpreterRuntime.hpp 2017-09-13 15:20:16.000000000 -0400 +++ new/src/share/vm/interpreter/interpreterRuntime.hpp 2017-09-13 15:20:15.000000000 -0400 @@ -89,9 +89,9 @@ static void register_finalizer(JavaThread* thread, oopDesc* obj); static void vdefault (JavaThread* thread, ConstantPool* pool, int index); static int vwithfield (JavaThread* thread, ConstantPoolCache* cp_cache); - static void qgetfield (JavaThread* thread, oopDesc* value, int offset); - static void qputfield (JavaThread* thread, oopDesc* obj, oopDesc* value, int offset); - static void qputstatic (JavaThread* thread, oopDesc* value); + static void qgetfield (JavaThread* thread, oopDesc* value, int index); + static void qputfield (JavaThread* thread, oopDesc* obj, oopDesc* value, int flags); + static void qputstatic (JavaThread* thread, oopDesc* value, int offset, oopDesc* mirror); static void initialize_static_value_field(JavaThread*, oopDesc* mirror, int offset); // Value Buffers support