diff 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
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Tue Mar 11 15:34:06 2014 +0100
+++ b/src/share/vm/code/nmethod.hpp	Wed Mar 12 13:30:08 2014 +0100
@@ -710,7 +710,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