Searched defs:time_of_last_gc (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/memory/ | ||
H A D | generation.hpp | 415 virtual jlong time_of_last_gc(jlong now) { function in class:Generation |
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ | ||
H A D | concurrentMarkSweepGeneration.hpp | 944 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