hotspot/src/share/vm/memory/genCollectedHeap.hpp
changeset 22550 820966182ab9
parent 22203 d748cd0e8b1e
child 22551 9bf46d16dcc6
equal deleted inserted replaced
22549:d1ef75b0a43a 22550:820966182ab9
   409   void gen_process_strong_roots(int level,
   409   void gen_process_strong_roots(int level,
   410                                 bool younger_gens_as_roots,
   410                                 bool younger_gens_as_roots,
   411                                 // The remaining arguments are in an order
   411                                 // The remaining arguments are in an order
   412                                 // consistent with SharedHeap::process_strong_roots:
   412                                 // consistent with SharedHeap::process_strong_roots:
   413                                 bool activate_scope,
   413                                 bool activate_scope,
   414                                 bool is_scavenging,
       
   415                                 SharedHeap::ScanningOption so,
   414                                 SharedHeap::ScanningOption so,
   416                                 OopsInGenClosure* not_older_gens,
   415                                 OopsInGenClosure* not_older_gens,
   417                                 bool do_code_roots,
   416                                 bool do_code_roots,
   418                                 OopsInGenClosure* older_gens,
   417                                 OopsInGenClosure* older_gens,
   419                                 KlassClosure* klass_closure);
   418                                 KlassClosure* klass_closure);