summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator.h
diff options
context:
space:
mode:
author Hans Boehm <hboehm@google.com> 2024-06-19 10:20:18 -0700
committer Hans Boehm <hboehm@google.com> 2024-06-25 18:05:56 +0000
commit9344e7267eac0cfcb36d4c1f59cc0d34969c3bcf (patch)
treeccbe26977d95cc907c01373ffe38a7d5ba84d821 /compiler/optimizing/code_generator.h
parent9958427fa1de4d0bd092f5e4843412d8dac1a8d9 (diff)
Reduce 2029-contended-monitors iteration count
... for debuggable runs to prevent timeouts. This required some other minor changes since we determine whether we are debuggable only at run-time, and some of the long lock hold times are no longer feasible with loower iteration counts. We want to keep the output constant, so we reduced iteration consistently for all configurations. Unfortunately, the new dependency on libarttest causes this to throw under atest. Catch whatever error/exception that is, and make conservative assumptions for that case. Test: testrunner.py --host -b -t 2029-contended-monitors Bug: 343887569 Change-Id: Iedd38f993524d34ff83e59e0a6543231ca554b4c
Diffstat (limited to 'compiler/optimizing/code_generator.h')
0 files changed, 0 insertions, 0 deletions