blob: 9483838158518f7a1c7867f81bc598d048d3e48b [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001This 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.