summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2020-06-08 09:00:33 +0100
committerVladimir Marko <vmarko@google.com>2020-06-08 14:56:13 +0000
commit6bc480b56e8bf070eb425b792757c62ca8fd38b2 (patch)
treeb00302f3be9f3ca54b4d0e870e47d14dcd97705f /compiler/optimizing/graph_visualizer.cc
parent66704db5967a8eed64f53d82594205d6d48a953d (diff)
Fix dlsym lookup trampoline for @CriticalNative.
For @CriticalNative we do not have the JniEnv* argument to retrieve the Thread*, we must use the thread register. The test 178-app-image-native-method was supposed to cover this but the profile was missing the necessary references. We add those references and add $noinline$opt$ tags to make sure the test actually runs the way it was supposed to and add extra calls to the critical methods as they can take different paths on subsequent execution. Also add an extra test for class initialization checks that ensures correct behavior for planned direct calls from compiled managed code to registered @CriticalNative code. Test: testrunner.py --target --optimizing -t 178 Bug: 112189621 Change-Id: I6a63d990bc08236ebaac7dacb0f5979d835ee321
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions