if (stackVar.pop(val, cont) == 0)
{
System.out.println("popped top of stack "+val.value);
System.out.println("\nbeginning nested transaction");
current.begin();
System.out.println("nested name: "+current.get_transaction_name());
cont = null;
cont = current.get_control();