mLockRecordList[i] = new BasicLockRecord();
expectedValue[i] = 0;
}
//now create abstract record that will cause rollback
CrashAbstractRecord mCrashObject = new CrashAbstractRecord(3, 1);
//rather than commit/abort alternate transactions we will add this
//record to alternate transactions.
//
for (int j = 0; j < mNumberOfResources; j++)