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

/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp218 // CounterDecay
223 class CounterDecay : public AllStatic { class in inherits:AllStatic
235 jlong CounterDecay::_last_timestamp = 0;
237 void CounterDecay::decay() {
257 if(UseCounterDecay && CounterDecay::is_decay_needed()) {
258 CounterDecay::decay();
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp573 friend class CounterDecay;

Completed in 157 milliseconds