if (clsName.charAt(7) == '[') isRefArray = true;
if (clsName.charAt(7) == 'L') isRefArray = true;
}
boolean isAcyclic = false; //wjw -- I don't have a clue what this is...
Space spx = Space.getSpaceForObject(object);
MutatorContext mc = SelectedPlan.ap.mutator();
Allocator alc = mc.getAllocatorFromSpace(spx); //but alloc is an "int, not an "Allocator". Go figure...
int [] offs = new int [0];
/////888888888888888888888888888888