1Non-regression test for b/38454151, where the invocation of a native
2method with an annotation (to be found in a custom class loader)
3through Generic JNI would crash the Generic JNI trampoline because it
4would throw an exception (that should eventually be caught) and walk a
5stack with an unexpected layout when trying to resolve the method's
6annotation classes (during the CriticalNative/FastNative optimization
7annotation lookup).
8