diff src/cpu/x86/vm/frame_x86.cpp @ 4668:3dbcd1013cc8

added flag PrintDeoptimizationDetails changes so that TraceDeoptimization only prints basic information added nicer formatting for printing interpreter stack frames
author Christian Haeubl <christian.haeubl@oracle.com>
date Tue, 21 Feb 2012 16:05:46 -0800
parents 04b9a2566eec
children 33df1aeaebbf
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.cpp	Tue Feb 21 14:27:25 2012 -0800
+++ b/src/cpu/x86/vm/frame_x86.cpp	Tue Feb 21 16:05:46 2012 -0800
@@ -301,6 +301,11 @@
   ptr_at_put(interpreter_frame_sender_sp_offset, (intptr_t) sender_sp);
 }
 
+intptr_t** frame::interpreter_frame_sender_sp_addr() const {
+  assert(is_interpreted_frame(), "interpreted frame expected");
+  return (intptr_t**) addr_at(interpreter_frame_sender_sp_offset);
+}
+
 
 // monitor elements