component-dsl/src/main/java/org/apache/aries/component/dsl/internal/BaseOSGiImpl.java [118:127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            IdentityHashMap<Function<T, S>, OSGiResult> terminatorMap =
                                terminators.computeIfAbsent(
                                    t, __ -> new IdentityHashMap<>());
                            terminatorMap.put(f, op.apply(f.apply(t)));
                        }

                        return new OSGiResultImpl(
                            () -> {
                                synchronized (identities) {
                                    node.remove();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-dsl/src/main/java/org/apache/aries/component/dsl/internal/BaseOSGiImpl.java [159:168]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            IdentityHashMap<Function<T, S>, OSGiResult> terminatorMap =
                                terminators.computeIfAbsent(
                                    t, __ -> new IdentityHashMap<>());
                            terminatorMap.put(f, op.apply(f.apply(t)));
                        }

                        return new OSGiResultImpl(
                            () -> {
                                synchronized (identities) {
                                    node.remove();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



