if (executables == null || executables.isEmpty())
throw new RuntimeException("Unable to find/compile: " + name + ".loop");
Executable executable = executables.get(0);
this.clazz = executable.getCompiled();
this.loopFile = executable.file();
}
@Override
public Object invoke(Object arg0, Method m, Object[] args) throws Throwable {
Class<?>[] argsTypes;