sbool isInstanceOfSyntheticClass(O o) {
  ret o != null && o.getClass().isSynthetic();
}