src/share/vm/c1/c1_FrameMap.hpp

changeset 4668
3c9db54c2660
parent 4153
b9a9ed0f8eeb
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/c1/c1_FrameMap.hpp	Tue Feb 26 14:09:52 2013 +0100
     1.2 +++ b/src/share/vm/c1/c1_FrameMap.hpp	Tue Feb 26 08:54:03 2013 -0800
     1.3 @@ -226,8 +226,6 @@
     1.4      return make_new_address(sp_offset_for_monitor_object(monitor_index));
     1.5    }
     1.6  
     1.7 -  void print_frame_layout() const;
     1.8 -
     1.9    // Creates Location describing desired slot and returns it via pointer
    1.10    // to Location object. Returns true if the stack frame offset was legal
    1.11    // (as defined by Location::legal_offset_in_bytes()), false otherwise.

mercurial