diff src/share/vm/runtime/frame.hpp @ 3935:5257f8e66b40

Merge
author iveresov
date Fri, 09 Sep 2011 12:44:37 -0700
parents 5432047c7db7
children b20d64f83668
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.hpp	Fri Sep 09 14:44:43 2011 +0200
+++ b/src/share/vm/runtime/frame.hpp	Fri Sep 09 12:44:37 2011 -0700
@@ -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: