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