static int unsafe_sizeOf2(O o) { if (isPrimitiveArray(o)) ret inMemorySizeOfPrimitiveArray(o); ret unsafe_sizeOf(o); }