src/hotspot/share/gc/shared/genCollectedHeap.hpp
changeset 50297 580744d900c8
parent 50034 01a88f825a84
child 50445 bd6b78feb6a3
equal deleted inserted replaced
50296:75681fe34e32 50297:580744d900c8
   394 
   394 
   395  protected:
   395  protected:
   396   void process_roots(StrongRootsScope* scope,
   396   void process_roots(StrongRootsScope* scope,
   397                      ScanningOption so,
   397                      ScanningOption so,
   398                      OopClosure* strong_roots,
   398                      OopClosure* strong_roots,
   399                      OopClosure* weak_roots,
       
   400                      CLDClosure* strong_cld_closure,
   399                      CLDClosure* strong_cld_closure,
   401                      CLDClosure* weak_cld_closure,
   400                      CLDClosure* weak_cld_closure,
   402                      CodeBlobToOopClosure* code_roots);
   401                      CodeBlobToOopClosure* code_roots);
   403 
   402 
   404   void process_string_table_roots(StrongRootsScope* scope,
   403   void process_string_table_roots(StrongRootsScope* scope,