allwinner_a64/android/art/test/087-gc-after-link/info.txt
2018-08-08 16:48:17 +08:00

8 lines
339 B
Text

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