}
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
if (isArr == false) //build the correct offset table
{