// retrieving the integer representing the Class in JPF
JPFCls = ClassLoaderInfo.getCurrentResolvedClassInfo(JVMCls.getName());
// First check if the class has been already updated
if (!ConverterBase.updatedJPFCls.contains(JPFClsRef)){
StaticElementInfo sei = null;
/**
* If the corresponding ClassInfo does not exist, a new ClassInfo object
* is created and will be added to the loadedClasses.
*/
if (!JPFCls.isRegistered()){
JPFCls.registerClass(env.getThreadInfo());
sei = JPFCls.getStaticElementInfo();
JPFClsRef = sei.getObjectRef();
} else {
sei = JPFCls.getModifiableStaticElementInfo();
}
// This is to avoid JPF to initialized the class