Searched defs:_ndc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp368 NotifyDoneClosure* _ndc; // Notify on completion. member in class:GCTaskManager
473 return _ndc;
668 NotifyDoneClosure* _ndc; // The callback object. member in class:NotifyingBarrierGCTask
686 _ndc(ndc) {
692 NotifyDoneClosure* notify_done_closure() const { return _ndc; }

Completed in 1970 milliseconds