comparison src/share/vm/c1/c1_IR.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c 0bf37f737702
children
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
279 void add_register_oop(LIR_Opr opr); 279 void add_register_oop(LIR_Opr opr);
280 void record_debug_info(DebugInformationRecorder* recorder, int pc_offset); 280 void record_debug_info(DebugInformationRecorder* recorder, int pc_offset);
281 281
282 bool is_method_handle_invoke() const { return _is_method_handle_invoke; } 282 bool is_method_handle_invoke() const { return _is_method_handle_invoke; }
283 void set_is_method_handle_invoke(bool x) { _is_method_handle_invoke = x; } 283 void set_is_method_handle_invoke(bool x) { _is_method_handle_invoke = x; }
284
285 int interpreter_frame_size() const;
284 }; 286 };
285 287
286 288
287 class IR: public CompilationResourceObj { 289 class IR: public CompilationResourceObj {
288 private: 290 private: