org.jikesrvm.adaptive.measurements.organizers
Class DecayOrganizer
java.lang.Object
org.jikesrvm.scheduler.SystemThread
org.jikesrvm.adaptive.measurements.organizers.Organizer
org.jikesrvm.adaptive.measurements.organizers.DecayOrganizer
public final class DecayOrganizer
- extends Organizer
An organizer that periodically decays runtime counters
Fields inherited from class org.jikesrvm.adaptive.measurements.organizers.Organizer |
listener |
Method Summary |
void |
initialize()
Initialization: install and activate our listener. |
(package private) void |
thresholdReached()
Decays the decayable objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecayOrganizer
public DecayOrganizer(YieldCounterListener listener)
- Parameters:
listener
- the associated listener
initialize
public void initialize()
- Initialization: install and activate our listener.
- Specified by:
initialize
in class Organizer
thresholdReached
void thresholdReached()
- Decays the decayable objects.
- Specified by:
thresholdReached
in class Organizer