src/share/vm/gc_implementation/g1/g1RemSet.hpp

changeset 7208
7baf47cb97cb
parent 6969
02e61cf08ab3
child 7218
6948da6d7c13
     1.1 --- a/src/share/vm/gc_implementation/g1/g1RemSet.hpp	Fri Aug 29 13:08:01 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1RemSet.hpp	Fri Aug 29 13:12:21 2014 +0200
     1.3 @@ -96,7 +96,7 @@
     1.4    // the "i" passed to the calling thread's work(i) function.
     1.5    // In the sequential case this param will be ignored.
     1.6    void oops_into_collection_set_do(OopsInHeapRegionClosure* blk,
     1.7 -                                   CodeBlobToOopClosure* code_root_cl,
     1.8 +                                   CodeBlobClosure* code_root_cl,
     1.9                                     uint worker_i);
    1.10  
    1.11    // Prepare for and cleanup after an oops_into_collection_set_do
    1.12 @@ -108,7 +108,7 @@
    1.13    void cleanup_after_oops_into_collection_set_do();
    1.14  
    1.15    void scanRS(OopsInHeapRegionClosure* oc,
    1.16 -              CodeBlobToOopClosure* code_root_cl,
    1.17 +              CodeBlobClosure* code_root_cl,
    1.18                uint worker_i);
    1.19  
    1.20    void updateRS(DirtyCardQueue* into_cset_dcq, uint worker_i);

mercurial