org.mmtk.utility.options
Class CycleFilterThreshold

java.lang.Object
  extended by org.vmutil.options.Option
      extended by org.vmutil.options.PagesOption
          extended by org.mmtk.utility.options.CycleFilterThreshold

public final class CycleFilterThreshold
extends PagesOption

Trigger cycle buffer filtering if the space available falls below this threshold.


Field Summary
 
Fields inherited from class org.vmutil.options.PagesOption
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
CycleFilterThreshold()
          Create the option.
 
Method Summary
 
Methods inherited from class org.vmutil.options.PagesOption
getBytes, getDefaultBytes, getDefaultPages, getPages, setBytes, setDefaultPages, setPages
 
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

CycleFilterThreshold

public CycleFilterThreshold()
Create the option.