summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2018-04-27 14:19:41 -0700
committerAlex Light <allight@google.com>2018-04-27 15:16:02 -0700
commit60eff82f4a6eb3d86a79537d0d10053f12fd3c06 (patch)
tree986bcc203b58ebec0c093c93b6a2dda103126a62 /compiler/optimizing/graph_visualizer.cc
parent2f8279eab734f2e701625e283a0c5776ecbea1bc (diff)
Make test 1935 avoid entering jit code before test thread starts
Test 1935 was checking that a method was in OSR code but it was possible that the JIT actually managed to fully compile the method before we began executing it, meaning we would be running full JIT code. This would cause the test to fail. To fix this we changed the test to leave the JIT disabled until the test method is already executing. Test: ./test.py --host -j50 Bug: 77306669 Change-Id: I1d6053b32ef4b1d0fcca39be71cf83a34c7e96ce
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions