diff src/share/vm/code/codeCache.hpp @ 1538:bfe29ec02863

6950075: nmethod sweeper should operate concurrently Reviewed-by: never, kvn Contributed-by: eric.caspole@amd.com
author never
date Mon, 17 May 2010 16:50:07 -0700
parents 5f24d0319e54
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/code/codeCache.hpp	Mon May 17 11:32:56 2010 -0700
+++ b/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