/* 70 */ if (this.m_map == null) {
/* 71 */ return;
/* */ }
/* 73 */ synchronized (this.m_map)
/* */ {
/* 75 */ BeanCacheSnapshot snapshot = (BeanCacheSnapshot)s;
/* 76 */ snapshot.m_passivatingBeans = 0;
/* 77 */ snapshot.m_cacheMinCapacity = 0;
/* 78 */ snapshot.m_cacheMaxCapacity = 2147483647;
/* 79 */ snapshot.m_cacheCapacity = 2147483647;
/* 80 */ snapshot.m_cacheSize = this.m_map.size();