src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp

changeset 6723
0bf37f737702
parent 6223
add2caa66e7e
child 6876
710a3c8b516e
child 8563
a3ede966ecfe
     1.1 --- a/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp	Mon Jun 09 15:42:31 2014 -0700
     1.2 +++ b/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp	Tue Apr 01 09:36:49 2014 +0200
     1.3 @@ -152,7 +152,7 @@
     1.4  }
     1.5  
     1.6  
     1.7 -int LIR_Assembler::initial_frame_size_in_bytes() {
     1.8 +int LIR_Assembler::initial_frame_size_in_bytes() const {
     1.9    return in_bytes(frame_map()->framesize_in_bytes());
    1.10  }
    1.11  
    1.12 @@ -182,7 +182,7 @@
    1.13    int number_of_locks = entry_state->locks_size();
    1.14  
    1.15    // Create a frame for the compiled activation.
    1.16 -  __ build_frame(initial_frame_size_in_bytes());
    1.17 +  __ build_frame(initial_frame_size_in_bytes(), bang_size_in_bytes());
    1.18  
    1.19    // OSR buffer is
    1.20    //

mercurial