if (owner != null)
obj = owner;
SerializationContext compSC = tc.compilingSCs.get(cscSize - 1).referencedSC;
if (obj.sc != compSC) {
compSC.repossessObject(obj.sc, obj);
obj.sc = compSC;
}
}
public static void scwbSTable(ThreadContext tc, STable st) {
int cscSize = tc.compilingSCs == null ? 0 : tc.compilingSCs.size();