org.mmtk.utility.options
Class GCTimeCap

java.lang.Object
  extended by org.vmutil.options.Option
      extended by org.vmutil.options.MicrosecondsOption
          extended by org.mmtk.utility.options.GCTimeCap

public final class GCTimeCap
extends MicrosecondsOption

Try to limit reference counting collections to this time cap.


Field Summary
 
Fields inherited from class org.vmutil.options.MicrosecondsOption
defaultValue, value
 
Fields inherited from class org.vmutil.options.Option
ADDRESS_OPTION, BOOLEAN_OPTION, ENUM_OPTION, FLOAT_OPTION, INT_OPTION, MICROSECONDS_OPTION, PAGES_OPTION, RAW, READABLE, set, STRING_OPTION, XML
 
Constructor Summary
GCTimeCap()
          Create the option.
 
Method Summary
 
Methods inherited from class org.vmutil.options.MicrosecondsOption
getDefaultMicroseconds, getDefaultMilliseconds, getMicroseconds, getMilliseconds, setDefaultMicrosends, setMicroseconds
 
Methods inherited from class org.vmutil.options.Option
fail, failIf, getDescription, getKey, getName, getNext, getType, validate, warn, warnIf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCTimeCap

public GCTimeCap()
Create the option.