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

/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp316 time_t oldest_ctime = 0; local
396 if (statbuf.st_size > 0 && statbuf.st_ctime > oldest_ctime) {
398 if (statbuf.st_ctime > oldest_ctime) {
405 oldest_ctime = statbuf.st_ctime;
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp316 time_t oldest_ctime = 0; local
396 if (statbuf.st_size > 0 && statbuf.st_ctime > oldest_ctime) {
398 if (statbuf.st_ctime > oldest_ctime) {
405 oldest_ctime = statbuf.st_ctime;
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp307 time_t oldest_ctime = 0; local
387 if (statbuf.st_size > 0 && statbuf.st_ctime > oldest_ctime) {
389 if (statbuf.st_ctime > oldest_ctime) {
396 oldest_ctime = statbuf.st_ctime;

Completed in 28 milliseconds