< prev index next >

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

Print this page

        

@@ -396,11 +396,11 @@
 
  public:
   static const bool StrongAndWeakRoots = false;
   static const bool StrongRootsOnly    = true;
 
-  void gen_process_roots(StrongRootsScope* scpe,
+  void gen_process_roots(StrongRootsScope* scope,
                          int level,
                          bool younger_gens_as_roots,
                          ScanningOption so,
                          bool only_strong_roots,
                          OopsInGenClosure* not_older_gens,
< prev index next >