diff options
Diffstat (limited to 'runtime/openjdkjvmti/ti_threadgroup.cc')
-rw-r--r-- | runtime/openjdkjvmti/ti_threadgroup.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/openjdkjvmti/ti_threadgroup.cc b/runtime/openjdkjvmti/ti_threadgroup.cc index dd7be113d6..c0597ad0cc 100644 --- a/runtime/openjdkjvmti/ti_threadgroup.cc +++ b/runtime/openjdkjvmti/ti_threadgroup.cc @@ -45,7 +45,7 @@ #include "object_lock.h" #include "runtime.h" #include "scoped_thread_state_change-inl.h" -#include "thread-inl.h" +#include "thread-current-inl.h" #include "thread_list.h" #include "well_known_classes.h" |