< prev index next >

src/share/vm/memory/defNewGeneration.cpp

Print this page
rev 7994 : Move remaining root processing to GenCollectedHeap

@@ -624,11 +624,11 @@
 
   gch->gen_process_roots(_level,
                          true,  // Process younger gens, if any,
                                 // as strong roots.
                          true,  // activate StrongRootsScope
-                         SharedHeap::SO_ScavengeCodeCache,
+                         GenCollectedHeap::SO_ScavengeCodeCache,
                          GenCollectedHeap::StrongAndWeakRoots,
                          &fsc_with_no_gc_barrier,
                          &fsc_with_gc_barrier,
                          &cld_scan_closure);
 
< prev index next >