final HeapHelper helper = new HeapHelperImpl(arch);
VmUtils.setVm(this);
this.heapManager = createHeapManager(helper, arch, loader, pluginReg);
this.statics = statics;
this.processors = new BootableArrayList<VmProcessor>();
this.compiledMethods = new CompiledCodeList();
}