resolution = ""; // Instrument nothing(but dummy "<clinit>")
}
// Associate interceptor with descriptor
InvocationInterceptor ii =
new InvocationInterceptor(id, resolution, new MInterceptor(mi));
this.classLoader = InstrumentingClassLoader.createClassLoader(ctx);
}