sS withIdentityHash(O o, S s) { ret o == null ? "null" : addSuffix(s, "@" + intToHex_flexLength(identityHashCode(o))); }