--- old/src/cpu/x86/vm/templateInterpreter_x86_32.cpp 2015-10-08 07:23:25.000000000 -1000 +++ new/src/cpu/x86/vm/templateInterpreter_x86_32.cpp 2015-10-08 07:23:24.000000000 -1000 @@ -538,7 +538,7 @@ // Allocate monitor and lock method (asm interpreter) // rbx, - Method* // -void InterpreterGenerator::lock_method(void) { +void TemplateInterpreterGenerator::lock_method() { // synchronize method const Address access_flags (rbx, Method::access_flags_offset()); const Address monitor_block_top (rbp, frame::interpreter_frame_monitor_block_top_offset * wordSize);