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

changeset 1051
4f360ec815ba
parent 777
37f87013dfd8
child 1525
fa357420e7d2
     1.1 --- a/src/share/vm/gc_implementation/g1/dirtyCardQueue.hpp	Mon Mar 02 16:37:04 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/dirtyCardQueue.hpp	Fri Mar 06 13:50:14 2009 -0800
     1.3 @@ -88,7 +88,7 @@
     1.4  
     1.5    void initialize(Monitor* cbl_mon, Mutex* fl_lock,
     1.6                    int max_completed_queue = 0,
     1.7 -                  Mutex* lock = NULL);
     1.8 +                  Mutex* lock = NULL, PtrQueueSet* fl_owner = NULL);
     1.9  
    1.10    // The number of parallel ids that can be claimed to allow collector or
    1.11    // mutator threads to do card-processing work.

mercurial