JPOXLogger.REACHABILITY.debug(LOCALISER.msg("007009", fmd.getFullFieldName()));
}
// Update the datastore with this value of map (clear old entries and add new ones)
// TODO Consider making this more efficient picking the ones to remove/add
MapStore store = ((MapStore) storeMgr.getBackingStoreForField(sm.getObjectManager().getClassLoaderResolver(), fmd, value.getClass()));
store.clear(sm);
store.putAll(sm, value);
// Replace the field with a wrapper containing these entries
replaceFieldWithWrapper(sm, value, false, false);
}