Home | History | Annotate | Download | only in 087-gc-after-link
      1 This test causes a linkage error, which calls dvmFreeClassInnards on
      2 the unlinked Class.
      3 
      4 This is a regression test for a defect in Dalvik, which was assuming
      5 that dvmFreeClassInnards could be called twice on the same class.
      6 
      7 This test is a modified version of test 086.
      8 This test is not expected to work for the reference implementation.
      9