Revert^2 "hidden_api: Call back into libcore on hidden api detection""
This reverts commit bbe60d58496991c16e2943e174e26ab8a096b3d0. This CL deviates from the approach of the original change. Instead of calling back every time ShouldBlock.. was called, we explicitly call back in cases where it's safe to do so. Note that we only call back on reflective accesses for now, and not link time accesses. Coverage for the latter will be added in a follow up change. Bug: 73896556 Test: test-art-host Test: art/test.py --host -t test-art-host-run-test-debug-prebuild-\ interpreter-no-relocate-ntrace-gcstress-checkjni-picimage-pictest-\ ndebuggable-no-jvmti-cdex-fast-674-hiddenapi64 (cherry picked from commit e453a8dd) Merged-In: Ie99ac268a083af167accbdf955639da068bea950 Change-Id: I76860519d40b87032dbb8db38b04fcf79ef09723
Loading
Please sign in to comment