src/share/vm/interpreter/templateInterpreterGenerator.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/templateInterpreterGenerator.hpp	Wed Sep 16 15:18:44 2015
--- new/src/share/vm/interpreter/templateInterpreterGenerator.hpp	Wed Sep 16 15:18:44 2015

*** 57,66 **** --- 57,68 ---- address generate_earlyret_entry_for(TosState state); address generate_deopt_entry_for(TosState state, int step); address generate_safept_entry_for(TosState state, address runtime_entry); void generate_throw_exception(); + void lock_method(); + // Instruction generation void generate_and_dispatch (Template* t, TosState tos_out = ilgl); void set_vtos_entry_points (Template* t, address& bep, address& cep, address& sep, address& aep, address& iep, address& lep, address& fep, address& dep, address& vep); void set_short_entry_points(Template* t, address& bep, address& cep, address& sep, address& aep, address& iep, address& lep, address& fep, address& dep, address& vep); void set_wide_entry_point (Template* t, address& wep);

src/share/vm/interpreter/templateInterpreterGenerator.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File