src/cpu/x86/vm/c1_LIRAssembler_x86.cpp

changeset 6723
0bf37f737702
parent 6539
876390ee9b6f
child 6876
710a3c8b516e
child 8316
626f594dffa6
     1.1 --- a/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Mon Jun 09 15:42:31 2014 -0700
     1.2 +++ b/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Tue Apr 01 09:36:49 2014 +0200
     1.3 @@ -288,7 +288,7 @@
     1.4  
     1.5    // build frame
     1.6    ciMethod* m = compilation()->method();
     1.7 -  __ build_frame(initial_frame_size_in_bytes());
     1.8 +  __ build_frame(initial_frame_size_in_bytes(), bang_size_in_bytes());
     1.9  
    1.10    // OSR buffer is
    1.11    //
    1.12 @@ -376,7 +376,7 @@
    1.13  }
    1.14  
    1.15  // This specifies the rsp decrement needed to build the frame
    1.16 -int LIR_Assembler::initial_frame_size_in_bytes() {
    1.17 +int LIR_Assembler::initial_frame_size_in_bytes() const {
    1.18    // if rounding, must let FrameMap know!
    1.19  
    1.20    // The frame_map records size in slots (32bit word)

mercurial