src/share/vm/runtime/sweeper.hpp

changeset 1970
ff38d05ea86f
parent 1907
c18cbe5936b8
child 1999
2a47bd84841f
     1.1 --- a/src/share/vm/runtime/sweeper.hpp	Tue Jun 15 18:07:27 2010 -0700
     1.2 +++ b/src/share/vm/runtime/sweeper.hpp	Fri Jun 18 16:51:54 2010 -0700
     1.3 @@ -29,7 +29,7 @@
     1.4  
     1.5  class NMethodSweeper : public AllStatic {
     1.6    static long      _traversals;   // Stack traversal count
     1.7 -  static CodeBlob* _current;      // Current nmethod
     1.8 +  static nmethod*  _current;      // Current nmethod
     1.9    static int       _seen;         // Nof. nmethod we have currently processed in current pass of CodeCache
    1.10    static int       _invocations;  // No. of invocations left until we are completed with this pass
    1.11  

mercurial