hotspot/src/share/vm/code/codeCache.hpp
changeset 17132 dffd513b2a8c
parent 17016 78b1c3670525
child 17617 4e330bce1812
--- a/hotspot/src/share/vm/code/codeCache.hpp	Fri Apr 26 14:41:10 2013 -0700
+++ b/hotspot/src/share/vm/code/codeCache.hpp	Mon Apr 29 13:20:19 2013 +0200
@@ -57,7 +57,7 @@
   static int _number_of_nmethods_with_dependencies;
   static bool _needs_cache_clean;
   static nmethod* _scavenge_root_nmethods;  // linked via nm->scavenge_root_link()
-  static nmethod* _saved_nmethods;          // linked via nm->saved_nmethod_look()
+  static nmethod* _saved_nmethods;          // Linked list of speculatively disconnected nmethods.
 
   static void verify_if_often() PRODUCT_RETURN;
 
@@ -168,7 +168,7 @@
   static void set_needs_cache_clean(bool v)      { _needs_cache_clean = v;    }
   static void clear_inline_caches();             // clear all inline caches
 
-  static nmethod* find_and_remove_saved_code(Method* m);
+  static nmethod* reanimate_saved_code(Method* m);
   static void remove_saved_code(nmethod* nm);
   static void speculatively_disconnect(nmethod* nm);