diff options
author | Hans Boehm <hboehm@google.com> | 2021-03-08 11:49:34 -0800 |
---|---|---|
committer | Hans Boehm <hboehm@google.com> | 2021-03-09 17:59:26 +0000 |
commit | 4dd1bf43e0bd1a3583683626230796ce3c77a367 (patch) | |
tree | 15b57ec5fd6067e1a87c3f388cf884610a0be3ce /runtime/javaheapprof/javaheapsampler.cc | |
parent | 113d6ea4c5182bac718a0350e858b420d1bac9e2 (diff) |
Require ART_USE_FUTEXES in monitor.cc
Garbage collection has long failed without ART_USE_FUTEXES,
since WakeupToRespondToEmptyCheckpoint() doesn't have a usable
implementation without it. For many months now, monitor.cc
hasn't compiled without ART_USES_FUTEXES. Any real testing is
impossible.
Just accept that we don't support it.
We might still need Mutexes to work in that case to support
some tools. Thus that support stays for now. Filed b/182277569
to investigate that further.
Bug: 182175143
Test: Build and boot AOSP.
Change-Id: I6bf4a5b01c4c679ba8b19479add7f3bf8e9f963e
Diffstat (limited to 'runtime/javaheapprof/javaheapsampler.cc')
0 files changed, 0 insertions, 0 deletions