diff src/share/vm/code/nmethod.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents b10e42998d01
children ab59ee6c581b
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/code/nmethod.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -710,7 +710,7 @@
 
   // tells if any of this method's dependencies have been invalidated
   // (this is expensive!)
-  static void check_all_dependencies(DepChange& changes);
+  bool check_all_dependencies();
 
   // tells if this compiled method is dependent on the given changes,
   // and the changes have invalidated it