hotspot/src/share/vm/code/nmethod.hpp
changeset 22506 0759c126204d
parent 22223 82e95c562133
child 23491 f690330b10b9
equal deleted inserted replaced
22504:b1837533ba65 22506:0759c126204d
   677   // PrimitiveIC*   primitiveIC_at(char* p) const;
   677   // PrimitiveIC*   primitiveIC_at(char* p) const;
   678   oop embeddedOop_at(address p);
   678   oop embeddedOop_at(address p);
   679 
   679 
   680   // tells if any of this method's dependencies have been invalidated
   680   // tells if any of this method's dependencies have been invalidated
   681   // (this is expensive!)
   681   // (this is expensive!)
   682   bool check_all_dependencies();
   682   static void check_all_dependencies(DepChange& changes);
   683 
   683 
   684   // tells if this compiled method is dependent on the given changes,
   684   // tells if this compiled method is dependent on the given changes,
   685   // and the changes have invalidated it
   685   // and the changes have invalidated it
   686   bool check_dependency_on(DepChange& changes);
   686   bool check_dependency_on(DepChange& changes);
   687 
   687