hotspot/src/share/vm/runtime/frame.hpp
changeset 2880 c2974244a496
parent 670 ddf3e9583f2f
child 3261 c7d5aae8d3f7
--- a/hotspot/src/share/vm/runtime/frame.hpp	Wed Jun 03 18:15:25 2009 -0700
+++ b/hotspot/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;