hotspot/src/share/vm/code/codeCache.hpp
changeset 5533 e8d9ff82ec62
parent 4750 71fd601907dc
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/code/codeCache.hpp	Mon May 17 11:32:56 2010 -0700
+++ b/hotspot/src/share/vm/code/codeCache.hpp	Mon May 17 16:50:07 2010 -0700
@@ -102,6 +102,8 @@
   static CodeBlob* next (CodeBlob* cb);
   static CodeBlob* alive(CodeBlob *cb);
   static nmethod* alive_nmethod(CodeBlob *cb);
+  static nmethod* first_nmethod();
+  static nmethod* next_nmethod (CodeBlob* cb);
   static int       nof_blobs()                 { return _number_of_blobs; }
 
   // GC support