static long sumOfObjectSizes(Iterable l) { O[] a = toObjectArray(l); long arraySize = unsafe_sizeOf(a); ret guessObjectSize(a)-arraySize; }