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

/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.hpp415 virtual jlong time_of_last_gc(jlong now) { function in class:Generation
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp944 jlong time_of_last_gc(jlong now) { function in class:CMSCollector
1255 jlong time_of_last_gc(jlong now) { function in class:ConcurrentMarkSweepGeneration
1256 return collector()->time_of_last_gc(now);

Completed in 244 milliseconds