*/
public void actionAllocatePage(RawTransaction t, BasePage allocPage,
long pageNumber, int doStatus, int undoStatus)
throws StandardException
{
Loggable lop = new AllocPageOperation((AllocPage)allocPage, pageNumber, doStatus, undoStatus);
// mark the page as pre-dirtied so that if a checkpoint happens after
// the log record is sent to the log stream, the cache cleaning will
// wait for this change.
allocPage.preDirty();