jeffhao | 5d1ac92 | 2011-09-29 17:41:15 -0700 | [diff] [blame] | 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. |