comparison src/share/vm/c1/c1_LIRAssembler.hpp @ 17945:15766b73dc1d

8031475: Missing oopmap in patching stubs Summary: Add patch test for lir_checkcast in compute_oop_map Reviewed-by: roland, twisti
author neliasso
date Wed, 21 May 2014 11:25:25 +0200
parents d13d7aba8c12
children 0bf37f737702
comparison
equal deleted inserted replaced
17944:abb06af6059b 17945:15766b73dc1d
141 static LIR_Opr osrBufferPointer(); 141 static LIR_Opr osrBufferPointer();
142 142
143 // stubs 143 // stubs
144 void emit_slow_case_stubs(); 144 void emit_slow_case_stubs();
145 void emit_static_call_stub(); 145 void emit_static_call_stub();
146 void emit_code_stub(CodeStub* op); 146 void append_code_stub(CodeStub* op);
147 void add_call_info_here(CodeEmitInfo* info) { add_call_info(code_offset(), info); } 147 void add_call_info_here(CodeEmitInfo* info) { add_call_info(code_offset(), info); }
148 148
149 // code patterns 149 // code patterns
150 int emit_exception_handler(); 150 int emit_exception_handler();
151 int emit_unwind_handler(); 151 int emit_unwind_handler();