< prev index next >

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

Print this page
rev 12906 : [mq]: gc_interface

*** 41,51 **** }; // A ptrQueue whose elements are "oops", pointers to object heads. class DirtyCardQueue: public PtrQueue { public: ! DirtyCardQueue(DirtyCardQueueSet* qset, bool permanent = false); // Flush before destroying; queue may be used to capture pending work while // doing something else, with auto-flush on completion. ~DirtyCardQueue(); --- 41,51 ---- }; // A ptrQueue whose elements are "oops", pointers to object heads. class DirtyCardQueue: public PtrQueue { public: ! DirtyCardQueue(DirtyCardQueueSet* qset = NULL, bool permanent = false); // Flush before destroying; queue may be used to capture pending work while // doing something else, with auto-flush on completion. ~DirtyCardQueue();
< prev index next >