diff options
author | 2023-12-01 15:31:14 +0000 | |
---|---|---|
committer | 2023-12-01 16:39:37 +0000 | |
commit | 87f2fc441d91315de50d4cbab4452c3b51020402 (patch) | |
tree | c6200c419cc5d2d6d8cc46b08723197512c73423 /compiler/driver/compiler_options.cc | |
parent | ab349af4f5c2d44bbd5ffc0d550cf7c1be07d1d3 (diff) |
Update 989-method-trace-throw to perform fewer gcs
989-method-trace-throw test performs gc on every method entry / exit
which makes the test very slow. Earlier System.gc was not performing
a GC everytime so the test used to work. After the fix in aosp/2841607
the test started timing out which is to be expected. This CL updates the
test to only call GC on method entry / exit of the method under test.
Test: art/test.py -t 989
Bug: 186863320
Change-Id: Ib8e26c1918db21582e07bbebc88e1e63f7a3f8cb
Diffstat (limited to 'compiler/driver/compiler_options.cc')
0 files changed, 0 insertions, 0 deletions