src/share/vm/gc_implementation/parNew/parNewGeneration.cpp

Print this page
rev 5891 : [mq]: hideDoCodeRoots

@@ -619,11 +619,10 @@
                                 true,  // Process younger gens, if any,
                                        // as strong roots.
                                 false, // no scope; this is parallel code
                                 SharedHeap::ScanningOption(so),
                                 &par_scan_state.to_space_root_closure(),
-                                true,   // walk *all* scavengable nmethods
                                 &par_scan_state.older_gen_closure(),
                                 &klass_scan_closure);
   par_scan_state.end_strong_roots();
 
   // "evacuate followers".