/* */ {
/* 1368 */ map = existing;
/* */ }
/* */ }
/* */
/* 1372 */ MethodByMethodJoinPointGenerator generator = (MethodByMethodJoinPointGenerator)map.get(info.getCalledClass());
/* 1373 */ if (generator == null)
/* */ {
/* 1375 */ generator = new MethodByMethodJoinPointGenerator(GeneratedClassAdvisor.this, info);
/* 1376 */ MethodByMethodJoinPointGenerator existing = (MethodByMethodJoinPointGenerator)map.putIfAbsent(info.getCalledClass(), generator);
/* 1377 */ if (existing != null)
/* */ {
/* 1379 */ generator = existing;
/* */ }
/* */ }