Another couple of nit picky Javadoc comments: 1. Constructor MutableCallSite(MethodType) doesn't describe its argument. 2. Constructor MutableCallSite(MethodHandle) says "Make a blank call site object, possibly equipped with an initial target method handle.", but a non-null target ius required. -- -- Howard.