ris.findRecord(ModuleSerializationTags.SERIALIZATION_INFO);
this.timeStamp = ris.readLong();
// read the code info
this.codeInfo = Module.loadGeneratedCodeInfo(ris);
ris.skipRestOfRecord();
// Read the imports information.
this.importedModuleNames = Module.readDependencies(ris);
} finally {