diff options
author | David Srbecky <dsrbecky@google.com> | 2019-09-20 10:01:10 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-09-20 10:01:10 -0700 |
commit | 2dfe36538a44bc5e5fa0e2bcb466cb6ec08ee85c (patch) | |
tree | 54850dac045ba281a68671483f8224ca3e6e9ad7 /runtime/entrypoints/runtime_asm_entrypoints.h | |
parent | 167b3ad64416f01b97a59ca4b5f85285aa3b1ccd (diff) | |
parent | 094f868500b971e448f5f5d4d79347934302f026 (diff) |
Improve stack unwinding during gcstress tests. am: 357d4db493 am: b468cef8cc
am: 094f868500
Change-Id: Ie23fac0932350a5ad8d2d6f51d0b34a5520b34fb
Diffstat (limited to 'runtime/entrypoints/runtime_asm_entrypoints.h')
-rw-r--r-- | runtime/entrypoints/runtime_asm_entrypoints.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/entrypoints/runtime_asm_entrypoints.h b/runtime/entrypoints/runtime_asm_entrypoints.h index 3f4e91ed913..f350ce458d6 100644 --- a/runtime/entrypoints/runtime_asm_entrypoints.h +++ b/runtime/entrypoints/runtime_asm_entrypoints.h @@ -19,8 +19,12 @@ #include "deoptimization_kind.h" +#include "jni.h" + namespace art { +class ArtMethod; + #ifndef BUILDING_LIBART #error "File and symbols only for use within libart." #endif |