< prev index next >

src/share/vm/c1/c1_LIRAssembler.hpp

Print this page
rev 12906 : [mq]: gc_interface

*** 258,267 **** --- 258,269 ---- void atomic_op(LIR_Code code, LIR_Opr src, LIR_Opr data, LIR_Opr dest, LIR_Opr tmp); #include CPU_HEADER(c1_LIRAssembler) + public: + static int call_stub_size() { if (UseAOT) { return _call_stub_size + _call_aot_stub_size; } else { return _call_stub_size;
< prev index next >