private final void deactivate1(Object a_activate, int a_depth) {
stillToDeactivate(a_activate, a_depth, true);
while (i_stillToDeactivate != null) {
Iterator4 i = new Iterator4Impl(i_stillToDeactivate);
i_stillToDeactivate = null;
while (i.moveNext()) {
ObjectReference currentObject = (ObjectReference) i.current();
i.moveNext();
Integer currentInteger = ((Integer) i.current());