The Configurator class deals with the creation of jvmconfig.h, which controls the build options of the VM (e.g., ENABLE_JAVA_DEBUGGER, ENABLE_CLDC_11, etc). See src/vm/share/utilities/BuildFlags.hpp about how the content of jvmconfig.h is specified.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.