hotspot/src/share/vm/code/nmethod.hpp
changeset 22506 0759c126204d
parent 22223 82e95c562133
child 23491 f690330b10b9
--- a/hotspot/src/share/vm/code/nmethod.hpp	Tue Jan 14 14:51:47 2014 +0100
+++ b/hotspot/src/share/vm/code/nmethod.hpp	Wed Jan 15 06:16:55 2014 +0100
@@ -679,7 +679,7 @@
 
   // tells if any of this method's dependencies have been invalidated
   // (this is expensive!)
-  bool check_all_dependencies();
+  static void check_all_dependencies(DepChange& changes);
 
   // tells if this compiled method is dependent on the given changes,
   // and the changes have invalidated it