src/share/vm/c1/c1_LIRAssembler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Aug 31 15:24:16 2011
--- new/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Aug 31 15:24:16 2011

*** 131,141 **** --- 131,140 ---- // test for constants which can be encoded directly in instructions static bool is_small_constant(LIR_Opr opr); static LIR_Opr receiverOpr(); static LIR_Opr incomingReceiverOpr(); static LIR_Opr osrBufferPointer(); // stubs void emit_slow_case_stubs(); void emit_static_call_stub();

src/share/vm/c1/c1_LIRAssembler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File