Searched refs:GenTimeOfLastGCClosure (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp1420 class GenTimeOfLastGCClosure: public GenCollectedHeap::GenClosure { class in inherits:GenCollectedHeap::GenClosure
1425 GenTimeOfLastGCClosure(jlong now) : _time(now), _now(now) { } function in class:GenTimeOfLastGCClosure
1438 GenTimeOfLastGCClosure tolgc_cl(now);

Completed in 478 milliseconds