/* */ {
/* 1430 */ map = exisiting;
/* */ }
/* */ }
/* */
/* 1434 */ MethodByConJoinPointGenerator generator = (MethodByConJoinPointGenerator)map.get(info.getCalledClass());
/* 1435 */ if (generator == null)
/* */ {
/* 1437 */ generator = new MethodByConJoinPointGenerator(GeneratedClassAdvisor.this, info);
/* 1438 */ MethodByConJoinPointGenerator existing = (MethodByConJoinPointGenerator)map.putIfAbsent(info.getCalledClass(), generator);
/* 1439 */ if (existing != null)
/* */ {
/* 1441 */ generator = existing;
/* */ }
/* */ }