comparison src/share/vm/code/nmethod.hpp @ 14521:29ccc4cbabca

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 12 Mar 2014 13:30:08 +0100
parents cd22c8dbda4f d8041d695d19
children b10e42998d01
comparison
equal deleted inserted replaced
14520:f84115370178 14521:29ccc4cbabca
708 // PrimitiveIC* primitiveIC_at(char* p) const; 708 // PrimitiveIC* primitiveIC_at(char* p) const;
709 oop embeddedOop_at(address p); 709 oop embeddedOop_at(address p);
710 710
711 // tells if any of this method's dependencies have been invalidated 711 // tells if any of this method's dependencies have been invalidated
712 // (this is expensive!) 712 // (this is expensive!)
713 bool check_all_dependencies(); 713 static void check_all_dependencies(DepChange& changes);
714 714
715 // tells if this compiled method is dependent on the given changes, 715 // tells if this compiled method is dependent on the given changes,
716 // and the changes have invalidated it 716 // and the changes have invalidated it
717 bool check_dependency_on(DepChange& changes); 717 bool check_dependency_on(DepChange& changes);
718 718