diff src/share/vm/c1/c1_LIRAssembler.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 15766b73dc1d
children
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRAssembler.hpp	Mon Jun 09 15:42:31 2014 -0700
+++ b/src/share/vm/c1/c1_LIRAssembler.hpp	Tue Apr 01 09:36:49 2014 +0200
@@ -132,7 +132,8 @@
   int code_offset() const;
   address pc() const;
 
-  int  initial_frame_size_in_bytes();
+  int  initial_frame_size_in_bytes() const;
+  int  bang_size_in_bytes() const;
 
   // test for constants which can be encoded directly in instructions
   static bool is_small_constant(LIR_Opr opr);