hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 29316 5287df8a8972
parent 28738 8f9731dd6bd4
child 29576 c223b0a9872e
child 29688 2a0cad173059
equal deleted inserted replaced
29198:c1e6bf2dad41 29316:5287df8a8972
   935   inline Method* method_at_vtable(int index);
   935   inline Method* method_at_vtable(int index);
   936   klassItable* itable() const;        // return new klassItable wrapper
   936   klassItable* itable() const;        // return new klassItable wrapper
   937   Method* method_at_itable(Klass* holder, int index, TRAPS);
   937   Method* method_at_itable(Klass* holder, int index, TRAPS);
   938 
   938 
   939 #if INCLUDE_JVMTI
   939 #if INCLUDE_JVMTI
   940   void adjust_default_methods(Method** old_methods, Method** new_methods,
   940   void adjust_default_methods(InstanceKlass* holder, bool* trace_name_printed);
   941                               int methods_length, bool* trace_name_printed);
       
   942 #endif // INCLUDE_JVMTI
   941 #endif // INCLUDE_JVMTI
   943 
   942 
   944   // Garbage collection
   943   // Garbage collection
   945   void oop_follow_contents(oop obj);
   944   void oop_follow_contents(oop obj);
   946   int  oop_adjust_pointers(oop obj);
   945   int  oop_adjust_pointers(oop obj);