--- old/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp 2014-03-20 11:28:53.318604065 +0100 +++ new/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp 2014-03-20 11:28:52.884889555 +0100 @@ -288,7 +288,7 @@ // build frame ciMethod* m = compilation()->method(); - __ build_frame(initial_frame_size_in_bytes()); + __ build_frame(initial_frame_size_in_bytes(), bang_size_in_bytes()); // OSR buffer is // @@ -376,7 +376,7 @@ } // This specifies the rsp decrement needed to build the frame -int LIR_Assembler::initial_frame_size_in_bytes() { +int LIR_Assembler::initial_frame_size_in_bytes() const { // if rounding, must let FrameMap know! // The frame_map records size in slots (32bit word)