// now, let's collide identically simpleName'd classes
InMemoryJarfile boom = new InMemoryJarfile();
for (Class<?> clazz : COLLIDING_CLASSES) {
VoltCompiler comp = new VoltCompiler();
comp.addClassToJar(boom, clazz);
}
resp = m_client.callProcedure("@UpdateClasses", boom.getFullJarBytes(), null);
System.out.println(((ClientResponseImpl)resp).toJSONString());
// should be okay to have classnames with same simplename