--- old/src/cpu/x86/vm/templateInterpreter_x86_32.cpp 2014-07-17 13:48:35.310835000 -0400 +++ new/src/cpu/x86/vm/templateInterpreter_x86_32.cpp 2014-07-17 13:48:32.780109000 -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; //------------------------------------------------------------------------------------------------------------------------