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