static long guessStringSize(S s) { ret s == null ? 0 : roundUpTo(8, is64BitVM() ? 40 : 32)+l(s)*2); }