1Regression test for ag/853775 2 3Tests that unresolved classes are not put into the dex cache by the verifier. 4This was potentially happening when receiving a signal while in the static 5initilizer of a class and also within a synchronized block. 6 7This test is flaky and produces the issue rarely, but it should be good enough 8to trigger occasionally with the buildbots. 9