affectedFrame = getAffectedFrame(thread, replacedClassNames);
if (affectedFrame == null) {
// No frame to drop to in this thread
continue;
}
if (affectedFrame.supportsDropToFrame()) {
popFrames.add(affectedFrame);
} else {
// if any thread that should drop does not support the drop,
// do not drop in any threads.
for (int j = 0; j < numThreads; j++) {