--- old/src/cpu/x86/vm/templateInterpreter_x86_64.cpp 2014-07-17 13:48:36.653868000 -0400 +++ new/src/cpu/x86/vm/templateInterpreter_x86_64.cpp 2014-07-17 13:48:33.789119000 -0400 @@ -51,7 +51,7 @@ #ifndef CC_INTERP const int method_offset = frame::interpreter_frame_method_offset * wordSize; -const int bci_offset = frame::interpreter_frame_bcx_offset * wordSize; +const int bcp_offset = frame::interpreter_frame_bcp_offset * wordSize; const int locals_offset = frame::interpreter_frame_locals_offset * wordSize; //-----------------------------------------------------------------------------