diff src/share/vm/runtime/frame.hpp @ 3931:5432047c7db7

7087445: Improve platform independence of JSR292 shared code Summary: changes necessary for some JSR292 ports Reviewed-by: jrose, dholmes
author bdelsart
date Thu, 08 Sep 2011 10:12:25 +0200
parents 3cfb240033d1
children b20d64f83668
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.hpp	Wed Sep 07 12:58:42 2011 -0700
+++ b/src/share/vm/runtime/frame.hpp	Thu Sep 08 10:12:25 2011 +0200
@@ -221,6 +221,10 @@
   // returns the stack pointer of the calling frame
   intptr_t* sender_sp() const;
 
+  // Deoptimization info, if needed (platform dependent).
+  // Stored in the initial_info field of the unroll info, to be used by
+  // the platform dependent deoptimization blobs.
+  intptr_t *initial_deoptimization_info();
 
   // Interpreter frames: