632633634635636637638639640641642
final IN root = (IN) envImpl.getLogManager().getEntryHandleFileNotFound(rootLsn); if (root == null) { return null; } root.latchShared(CacheMode.DEFAULT); root.setDatabase(dbImpl); return root; } /**
306307308309310311312313314315316
} final Node node = in.getTarget(i); if (node != null && node.isIN()) { final IN child = (IN) node; child.latchShared(CacheMode.UNCHANGED); try { gatherInMemoryINs1(child, ins); } finally { child.releaseLatch(); }