hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.hpp
changeset 2142 032f4652700c
parent 1374 4c24294029a9
child 4460 8ffd47b73f43
equal deleted inserted replaced
2141:e9a644aaff87 2142:032f4652700c
    86 public:
    86 public:
    87   DirtyCardQueueSet();
    87   DirtyCardQueueSet();
    88 
    88 
    89   void initialize(Monitor* cbl_mon, Mutex* fl_lock,
    89   void initialize(Monitor* cbl_mon, Mutex* fl_lock,
    90                   int max_completed_queue = 0,
    90                   int max_completed_queue = 0,
    91                   Mutex* lock = NULL);
    91                   Mutex* lock = NULL, PtrQueueSet* fl_owner = NULL);
    92 
    92 
    93   // The number of parallel ids that can be claimed to allow collector or
    93   // The number of parallel ids that can be claimed to allow collector or
    94   // mutator threads to do card-processing work.
    94   // mutator threads to do card-processing work.
    95   static size_t num_par_ids();
    95   static size_t num_par_ids();
    96 
    96