diff src/share/vm/opto/callnode.hpp @ 17980:0bf37f737702

8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9 Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
author roland
date Tue, 01 Apr 2014 09:36:49 +0200
parents ad3b94907eed
children 52b4284cb496 411e30e5fbb8
line wrap: on
line diff
--- a/src/share/vm/opto/callnode.hpp	Mon Jun 09 15:42:31 2014 -0700
+++ b/src/share/vm/opto/callnode.hpp	Tue Apr 01 09:36:49 2014 +0200
@@ -300,6 +300,7 @@
   JVMState* clone_shallow(Compile* C) const; // retains uncloned caller
   void      set_map_deep(SafePointNode *map);// reset map for all callers
   void      adapt_position(int delta);       // Adapt offsets in in-array after adding an edge.
+  int       interpreter_frame_size() const;
 
 #ifndef PRODUCT
   void      format(PhaseRegAlloc *regalloc, const Node *n, outputStream* st) const;