hotspot/src/share/vm/code/nmethod.hpp
changeset 28957 75ca61f0b7c7
parent 28947 2ea471384931
parent 28914 bee40a1e5cff
child 29576 c223b0a9872e
equal deleted inserted replaced
28956:998d9d0b33a4 28957:75ca61f0b7c7
   700   // and native method wrappers are also numbered independently if
   700   // and native method wrappers are also numbered independently if
   701   // CICountNative is true.
   701   // CICountNative is true.
   702   int  compile_id() const                         { return _compile_id; }
   702   int  compile_id() const                         { return _compile_id; }
   703   const char* compile_kind() const;
   703   const char* compile_kind() const;
   704 
   704 
   705   // For debugging
       
   706   // CompiledIC*    IC_at(char* p) const;
       
   707   // PrimitiveIC*   primitiveIC_at(char* p) const;
       
   708   oop embeddedOop_at(address p);
       
   709 
       
   710   // tells if any of this method's dependencies have been invalidated
   705   // tells if any of this method's dependencies have been invalidated
   711   // (this is expensive!)
   706   // (this is expensive!)
   712   static void check_all_dependencies(DepChange& changes);
   707   static void check_all_dependencies(DepChange& changes);
   713 
   708 
   714   // tells if this compiled method is dependent on the given changes,
   709   // tells if this compiled method is dependent on the given changes,