src/cpu/x86/vm/templateInterpreter_x86_64.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Thu Jul 17 13:48:36 2014
--- new/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Thu Jul 17 13:48:33 2014

*** 49,59 **** --- 49,59 ---- #define __ _masm-> #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; //----------------------------------------------------------------------------- address TemplateInterpreterGenerator::generate_StackOverflowError_handler() {

src/cpu/x86/vm/templateInterpreter_x86_64.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File