comparison src/share/vm/c1/c1_IR.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 55fb97c4c58d
children 52b4284cb496
comparison
equal deleted inserted replaced
17978:ad51f24671c2 17980:0bf37f737702
278 void add_register_oop(LIR_Opr opr); 278 void add_register_oop(LIR_Opr opr);
279 void record_debug_info(DebugInformationRecorder* recorder, int pc_offset); 279 void record_debug_info(DebugInformationRecorder* recorder, int pc_offset);
280 280
281 bool is_method_handle_invoke() const { return _is_method_handle_invoke; } 281 bool is_method_handle_invoke() const { return _is_method_handle_invoke; }
282 void set_is_method_handle_invoke(bool x) { _is_method_handle_invoke = x; } 282 void set_is_method_handle_invoke(bool x) { _is_method_handle_invoke = x; }
283
284 int interpreter_frame_size() const;
283 }; 285 };
284 286
285 287
286 class IR: public CompilationResourceObj { 288 class IR: public CompilationResourceObj {
287 private: 289 private: