org.mmtk.vm
Class Config

java.lang.Object
  extended by org.mmtk.vm.Config

public class Config
extends Object


Field Summary
private  String ACTIVE_PLAN
          The name of the active plan
 boolean HEADER_MARK_BITS
          Mark bit in the header or on the side ?
 
Constructor Summary
Config(BuildTimeConfig config)
           
 
Method Summary
 void printConfig()
           
 void printConfigXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVE_PLAN

private final String ACTIVE_PLAN
The name of the active plan


HEADER_MARK_BITS

public final boolean HEADER_MARK_BITS
Mark bit in the header or on the side ?

Constructor Detail

Config

Config(BuildTimeConfig config)
Method Detail

printConfig

public void printConfig()

printConfigXml

public void printConfigXml()