org.mmtk.utility.options
Class EagerCompleteSweep

java.lang.Object
  extended by org.vmutil.options.Option
      extended by org.vmutil.options.BooleanOption
          extended by org.mmtk.utility.options.EagerCompleteSweep

public final class EagerCompleteSweep
extends BooleanOption

Should we eagerly finish sweeping at the start of a collection


Field Summary
 
Fields inherited from class org.vmutil.options.BooleanOption
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
EagerCompleteSweep()
          Create the option.
 
Method Summary
 
Methods inherited from class org.vmutil.options.BooleanOption
getDefaultValue, getValue, setDefaultValue, setValue
 
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

EagerCompleteSweep

public EagerCompleteSweep()
Create the option.