blob: 9467187a655f4eb7cb6225c8da0ab720499ccea2 [file] [log] [blame]
Alex Light16527e82020-06-08 09:21:12 -07001Tests structural redefinition with register-natives
2
3Regression test for b/158476592. Structural redefinition was incorrectly
4clearing the JNI bindings of native methods. This could interfere with
5classes using 'JNIEnv::RegisterNatives'.