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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp303 time_t latest_ctime = 0; local
394 if (statbuf.st_ctime > latest_ctime) {
401 latest_ctime = statbuf.st_ctime;

Completed in 25 milliseconds