< prev index next >

src/share/vm/gc/shared/genCollectedHeap.hpp

Print this page
rev 10188 : [mq]: scavenge_nmethods_auto_prune

@@ -397,11 +397,11 @@
                      ScanningOption so,
                      OopClosure* strong_roots,
                      OopClosure* weak_roots,
                      CLDClosure* strong_cld_closure,
                      CLDClosure* weak_cld_closure,
-                     CodeBlobClosure* code_roots);
+                     CodeBlobToOopClosure* code_roots);
 
  public:
   static const bool StrongAndWeakRoots = false;
   static const bool StrongRootsOnly    = true;
 
< prev index next >