commit | 2c12ef8a1b32cb6967129a8c3424403a2db85679 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Mon Nov 21 11:51:18 2022 +0000 |
committer | VladimĂr Marko <vmarko@google.com> | Tue Nov 22 08:51:32 2022 +0000 |
tree | f73256f76199be94371076d58de663e23b8d9d80 | |
parent | 83cede73d510c713a9cc27b9dba4636b1056760a [diff] |
Use virtual dispatch for `ThreadGroup.add(Thread)`. The method is package-private and unlikely to be ever overridden but we should use the correct dispatch anyway. The non-virtual dispatch was introduced in https://android-review.googlesource.com/602174 . Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: Ic0b37d632e2affdb14c630a2ea197336351d8345