--- old/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp 2014-03-06 11:59:49.143679488 +0100 +++ new/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp 2014-03-06 11:59:48.774507567 +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)