blob: 42cbb7a15302c54bb4822bd7e3217522d58d9651 [file] [log] [blame]
Nicolas Geoffrayf7d99462016-06-10 16:06:34 +01001Regression test for a DCHECK in the DexCache which prevented erroneous classes
2from being stored into it. This was bogus because the status of a class can be
3changed by another thread.