commit | e5d2398fa5be5effbc552b244387119dc53a9671 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Jan 08 10:34:26 2019 -0800 |
committer | Andreas Gampe <agampe@google.com> | Wed Jan 09 12:38:30 2019 -0800 |
tree | f32b3f3d67c469d9bdc83961ef9c4d863c351f0a | |
parent | 639b2b1f3a675135d443fc380323fbc48639a7eb [diff] [blame] |
ART: Forward-declare Context Move deletion to thread.cc, which allows to forward-declare Context. Bug: 119869270 Test: mmma art Change-Id: Ifd9006cd3457d4ab708a289a7f6e1cdf2591c596
diff --git a/openjdkjvmti/ti_method.cc b/openjdkjvmti/ti_method.cc index 7d69c89..e88539f 100644 --- a/openjdkjvmti/ti_method.cc +++ b/openjdkjvmti/ti_method.cc
@@ -33,6 +33,7 @@ #include <type_traits> +#include "arch/context.h" #include "art_jvmti.h" #include "art_method-inl.h" #include "base/enums.h"