diff src/share/vm/runtime/sweeper.hpp @ 1615:ff38d05ea86f

6956958: assert(is_clean() || is_call_to_compiled() || is_call_to_interpreted() || is_optimized() || is_megam Reviewed-by: kvn
author never
date Fri, 18 Jun 2010 16:51:54 -0700
parents c18cbe5936b8
children 2a47bd84841f
line wrap: on
line diff
--- a/src/share/vm/runtime/sweeper.hpp	Tue Jun 15 18:07:27 2010 -0700
+++ b/src/share/vm/runtime/sweeper.hpp	Fri Jun 18 16:51:54 2010 -0700
@@ -29,7 +29,7 @@
 
 class NMethodSweeper : public AllStatic {
   static long      _traversals;   // Stack traversal count
-  static CodeBlob* _current;      // Current nmethod
+  static nmethod*  _current;      // Current nmethod
   static int       _seen;         // Nof. nmethod we have currently processed in current pass of CodeCache
   static int       _invocations;  // No. of invocations left until we are completed with this pass