1Test class loading for deep interface hierarchies. The problem was that in a deep interface 2hierarchy super-interfaces were recursively concatenated without looking for duplicates. 3In cases like this can quickly lead to excessive LinearAlloc consumption due to more than linear 4duplication of iftables. 5