commit | e4033fa9647774382d303f3b20e7139998565035 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Wed Dec 13 10:32:59 2017 -0800 |
committer | Alex Light <allight@google.com> | Wed Dec 13 16:45:10 2017 -0800 |
tree | 6b06327802406f1a89cedda029b330d0c598b094 | |
parent | 9e73b32fed15d262b0393f114b9602ac7ef88917 [diff] |
Loosen check:jni around GetStatic[...]Field -Xcheck:jni was requiring that the jclass being passed to GetStatic[...]Field was the exact same class as the jfieldID's declaring class. This was stricter than is really needed and causes some issues when dealing with fields where the declaring class cannot be easily determined. Bug: 70532839 Test: ./test.py --host -j50 Change-Id: I0987de09af956ed9a8dde37c50606604fdd94b87