summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2018-09-26 19:32:39 +0100
committer Roland Levillain <rpl@google.com> 2018-09-26 19:32:39 +0100
commitd69003a0fd7b22140552daec9accb3614673b3f7 (patch)
treee6496428e864a0d6aca917ac99fefe68c5f79ab0
parentd0353ab20c26cd92b6ecd749cf0fbab2dab4e90b (diff)
Fix macOS build after enabling Generational CC by default in ART (cont.)
Address more link-time failures when building ART on macOS after turning on Generational CC collection by default in ART. Test: mmma art (on macOS and Linux) Bug: 67628039 Change-Id: I3d630b704f81d570b54dfb53cbd945d0c1a98172
-rw-r--r--openjdkjvmti/object_tagging.cc1
-rw-r--r--openjdkjvmti/ti_monitor.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/openjdkjvmti/object_tagging.cc b/openjdkjvmti/object_tagging.cc
index ba242ef1e8..1562fb6eb6 100644
--- a/openjdkjvmti/object_tagging.cc
+++ b/openjdkjvmti/object_tagging.cc
@@ -36,6 +36,7 @@
#include "art_jvmti.h"
#include "events-inl.h"
#include "jvmti_weak_table-inl.h"
+#include "mirror/object-inl.h"
namespace openjdkjvmti {
diff --git a/openjdkjvmti/ti_monitor.cc b/openjdkjvmti/ti_monitor.cc
index df29098ec4..f71328a6b6 100644
--- a/openjdkjvmti/ti_monitor.cc
+++ b/openjdkjvmti/ti_monitor.cc
@@ -38,6 +38,7 @@
#include "art_jvmti.h"
#include "gc_root-inl.h"
+#include "mirror/object-inl.h"
#include "monitor.h"
#include "runtime.h"
#include "scoped_thread_state_change-inl.h"