src/share/vm/runtime/frame.hpp

changeset 1228
eacd97c88873
parent 631
d1605aabd0a1
child 1279
bd02caa94611
     1.1 --- a/src/share/vm/runtime/frame.hpp	Wed Jun 03 18:15:25 2009 -0700
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Fri Jun 05 10:25:39 2009 -0700
     1.3 @@ -117,7 +117,7 @@
     1.4    bool can_be_deoptimized() const;
     1.5  
     1.6    // returns the frame size in stack slots
     1.7 -  int frame_size() const;
     1.8 +  int frame_size(RegisterMap* map) const;
     1.9  
    1.10    // returns the sending frame
    1.11    frame sender(RegisterMap* map) const;

mercurial