diff options
| author | 2019-10-13 12:10:48 +0000 | |
|---|---|---|
| committer | 2019-10-13 18:54:24 +0000 | |
| commit | 47d2947967e301b7a1f9d3d01ad8953cea8a52c7 (patch) | |
| tree | ef51e614883565896440880935ca8c89a30b979f /runtime/entrypoints/runtime_asm_entrypoints.h | |
| parent | 08dcf15d1a1c321752e72b63c52ec2045b82d50f (diff) | |
Revert "Improve stack unwinding during gcstress tests."
This reverts commit 357d4db493467e4dd74b2ba1d4b8d7c80f8409b6.
Reason for revert: Investigating timeout issues.
Bug: 142039427
Change-Id: Iec1df893c75c6ab5b8cd52ba4b617acff57c3049
Diffstat (limited to 'runtime/entrypoints/runtime_asm_entrypoints.h')
| -rw-r--r-- | runtime/entrypoints/runtime_asm_entrypoints.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/entrypoints/runtime_asm_entrypoints.h b/runtime/entrypoints/runtime_asm_entrypoints.h index f350ce458d..3f4e91ed91 100644 --- a/runtime/entrypoints/runtime_asm_entrypoints.h +++ b/runtime/entrypoints/runtime_asm_entrypoints.h @@ -19,12 +19,8 @@ #include "deoptimization_kind.h" -#include "jni.h" - namespace art { -class ArtMethod; - #ifndef BUILDING_LIBART #error "File and symbols only for use within libart." #endif |