src/share/vm/c1/c1_LIRAssembler.hpp

changeset 6723
0bf37f737702
parent 6688
15766b73dc1d
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/c1/c1_LIRAssembler.hpp	Mon Jun 09 15:42:31 2014 -0700
     1.2 +++ b/src/share/vm/c1/c1_LIRAssembler.hpp	Tue Apr 01 09:36:49 2014 +0200
     1.3 @@ -132,7 +132,8 @@
     1.4    int code_offset() const;
     1.5    address pc() const;
     1.6  
     1.7 -  int  initial_frame_size_in_bytes();
     1.8 +  int  initial_frame_size_in_bytes() const;
     1.9 +  int  bang_size_in_bytes() const;
    1.10  
    1.11    // test for constants which can be encoded directly in instructions
    1.12    static bool is_small_constant(LIR_Opr opr);

mercurial