diff -r 085dd9ee61aa -r eacd97c88873 src/share/vm/runtime/frame.hpp --- a/src/share/vm/runtime/frame.hpp Wed Jun 03 18:15:25 2009 -0700 +++ b/src/share/vm/runtime/frame.hpp Fri Jun 05 10:25:39 2009 -0700 @@ -117,7 +117,7 @@ bool can_be_deoptimized() const; // returns the frame size in stack slots - int frame_size() const; + int frame_size(RegisterMap* map) const; // returns the sending frame frame sender(RegisterMap* map) const;