comparison src/share/vm/c1/c1_FrameMap.hpp @ 8668:3c9db54c2660

8008081: Print outs do not have matching arguments Summary: Corrected formatted prints to have matching arguments, removed dead print_frame_layout function Reviewed-by: sla, dholmes
author mikael
date Tue, 26 Feb 2013 08:54:03 -0800
parents b9a9ed0f8eeb
children de6a9e811145
comparison
equal deleted inserted replaced
8106:ec2eddfed950 8668:3c9db54c2660
224 } 224 }
225 Address address_for_monitor_object(int monitor_index) const { 225 Address address_for_monitor_object(int monitor_index) const {
226 return make_new_address(sp_offset_for_monitor_object(monitor_index)); 226 return make_new_address(sp_offset_for_monitor_object(monitor_index));
227 } 227 }
228 228
229 void print_frame_layout() const;
230
231 // Creates Location describing desired slot and returns it via pointer 229 // Creates Location describing desired slot and returns it via pointer
232 // to Location object. Returns true if the stack frame offset was legal 230 // to Location object. Returns true if the stack frame offset was legal
233 // (as defined by Location::legal_offset_in_bytes()), false otherwise. 231 // (as defined by Location::legal_offset_in_bytes()), false otherwise.
234 // Do not use the returned location if this returns false. 232 // Do not use the returned location if this returns false.
235 bool location_for_sp_offset(ByteSize byte_offset_from_sp, 233 bool location_for_sp_offset(ByteSize byte_offset_from_sp,