73,82c73
< //
< // The logBytes scalar variable replaced the previous size variable.
< // The following code maintains backwards compatibility with previous
< // checkpoints using the old size variable.
< //
< if (UNSERIALIZE_OPT_SCALAR(logBytes) == false) {
< int size;
< UNSERIALIZE_SCALAR(size);
< logBytes = log2(size);
< }
---
> UNSERIALIZE_SCALAR(logBytes);
89,91c80
< if (UNSERIALIZE_OPT_SCALAR(lruSeq) == false) {
< lruSeq = 0;
< }
---
> UNSERIALIZE_SCALAR(lruSeq);