* @param builder
* @return the compiled IMT
*/
public CompiledIMT compileIMT(IMTBuilder builder) {
final IMTCompiler cmp = arch.getIMTCompiler();
return cmp.compile(resolver, builder.getImt(), builder.getImtCollisions());
}
/**
* Initialize this classloader during the initialization of the VM. If
* needed, the tree of classes is generated from the boot class list.