diff options
| author | 2016-02-05 17:25:17 +0000 | |
|---|---|---|
| committer | 2016-02-05 17:25:17 +0000 | |
| commit | 9fba3f67a0792ad5eeb495e489d11a87211c318f (patch) | |
| tree | 7204ab0951b14fa2536fe33d974e413a3cbe87a5 /runtime/stack.cc | |
| parent | 0f638c64686c03256c949051331b0838c9888a2a (diff) | |
| parent | b331febbab8e916680faba722cc84b66b84218a3 (diff) | |
Merge "Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."""
Diffstat (limited to 'runtime/stack.cc')
| -rw-r--r-- | runtime/stack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack.cc b/runtime/stack.cc index 5faff93b97..1e82860b7b 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc @@ -40,7 +40,7 @@ namespace art { -static constexpr bool kDebugStackWalk = false; +static constexpr bool kDebugStackWalk = true; mirror::Object* ShadowFrame::GetThisObject() const { ArtMethod* m = GetMethod(); |