code.invokevirtual().setMethod(Thread.class, "getContextClassLoader",
ClassLoader.class, null);
code.invokestatic().setMethod(Class.class, "forName", Class.class,
new Class[]{ String.class, boolean.class, ClassLoader.class });
code.putstatic().setField(type);
Instruction go2 = code.go2();
jumps.add(go2);
handler.setTryEnd(go2);
handler.setCatch(ClassNotFoundException.class);
handler.setHandlerStart(throwException
(code, InternalException.class));