hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 38209 b2a58604e046
parent 38190 ff9ac612c723
child 40061 8df4c4a20902
equal deleted inserted replaced
38208:ff63d43b0480 38209:b2a58604e046
   519   // handle ic miss with caller being compiled code
   519   // handle ic miss with caller being compiled code
   520   // wrong method handling (inline cache misses, zombie methods)
   520   // wrong method handling (inline cache misses, zombie methods)
   521   static address handle_wrong_method(JavaThread* thread);
   521   static address handle_wrong_method(JavaThread* thread);
   522   static address handle_wrong_method_abstract(JavaThread* thread);
   522   static address handle_wrong_method_abstract(JavaThread* thread);
   523   static address handle_wrong_method_ic_miss(JavaThread* thread);
   523   static address handle_wrong_method_ic_miss(JavaThread* thread);
       
   524 
       
   525   static address handle_unsafe_access(JavaThread* thread, address next_pc);
   524 
   526 
   525 #ifndef PRODUCT
   527 #ifndef PRODUCT
   526 
   528 
   527   // Collect and print inline cache miss statistics
   529   // Collect and print inline cache miss statistics
   528  private:
   530  private: