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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp280 jlong cur_time = os::javaTimeMillis(); local
286 (cur_time - last_bulk_revocation_time >= BiasedLockingDecayTime)) {
332 jlong cur_time = os::javaTimeMillis(); local
333 o->blueprint()->set_last_biased_lock_bulk_revocation_time(cur_time);
H A Dsafepoint.cpp1204 jlong cur_time = os::javaTimeNanos(); local
1208 spstat->_time_to_spin = cur_time - spstat->_time_to_spin;
1217 spstat->_time_to_wait_to_block = cur_time;
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp687 void set_last_biased_lock_bulk_revocation_time(jlong cur_time) { _last_biased_lock_bulk_revocation_time = cur_time; } argument

Completed in 38 milliseconds