org.mmtk.utility.options
Class BoundedNursery
java.lang.Object
org.vmutil.options.Option
org.vmutil.options.PagesOption
org.mmtk.utility.options.BoundedNursery
public final class BoundedNursery
- extends PagesOption
Provide an upper bound on nursery size. This option is not intended to
be created directly, but via NurserySize.
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 |
Method Summary |
protected void |
validate()
Nursery can not be empty. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundedNursery
public BoundedNursery()
- Create the option.
validate
protected void validate()
- Nursery can not be empty.
- Overrides:
validate
in class Option