commit | 6c9c12128f929f535995943fac58e2efba51921f | [log] [tgz] |
---|---|---|
author | Lokesh Gidra <lokeshgidra@google.com> | Wed Nov 16 06:33:35 2022 +0000 |
committer | Lokesh Gidra <lokeshgidra@google.com> | Wed Nov 16 21:37:17 2022 +0000 |
tree | df7f0614231f290c3a91e2dbcd9c8d760d11bedc | |
parent | 0ef4a4856544dbe6d4af0e42ec481d961e6ee40b [diff] |
Indicate userfaultfd in application threads' start function In order to identify if we are using userfaultfd GC or not, use a wrapper around Thread::CreateCallback, which is the start function for mutator threads, to indicate that. This will be helpful in identifying the GC type by looking at stack traces. Bug: 160737021 Test: manual Change-Id: I8cb3c4871d2ef4ae61f6f3fddd8ea4b0a57c5aa8