sbool guessDeepObjectSize_shouldIgnoreObject(O o) { ret o instanceof Component // skipping AWT for now || o instanceof Thread || o instanceof ThreadLocal || startsWith(className(o), "sun."); }