/*
* Opportunistically recalculate the INList memory budget while
* traversing the entire INList.
*/
final INList inMemINs = envImpl.getInMemoryINs();
inMemINs.memRecalcBegin();
boolean completed = false;
try {
for (IN in : inMemINs) {
in.latchShared(CacheMode.UNCHANGED);
try {