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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.hpp52 static jlong _last_was_full; // timestamp of last emergency unloading member in class:NMethodSweeper
H A Dsweeper.cpp145 jlong NMethodSweeper::_last_was_full = 0; member in class:NMethodSweeper
218 jlong curr_interval = now - _last_was_full;
223 // Update the _last_was_full time so we can tell how fast the
225 _last_was_full = os::javaTimeMillis();
504 jlong curr_interval = now - _last_was_full;
576 _last_was_full = os::javaTimeMillis();

Completed in 59 milliseconds