diff src/cpu/x86/vm/frame_x86.hpp @ 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 167b70ff3abc
children 33df1aeaebbf
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.hpp	Tue Feb 21 14:27:25 2012 -0800
+++ b/src/cpu/x86/vm/frame_x86.hpp	Tue Feb 21 16:05:46 2012 -0800
@@ -197,6 +197,7 @@
 
   // expression stack tos if we are nested in a java call
   intptr_t* interpreter_frame_last_sp() const;
+  intptr_t** interpreter_frame_last_sp_addr() const;
 
   // helper to update a map with callee-saved RBP
   static void update_map_with_saved_link(RegisterMap* map, intptr_t** link_addr);