summaryrefslogtreecommitdiffstats
path: root/vm/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/Thread.h')
-rw-r--r--vm/Thread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/Thread.h b/vm/Thread.h
index 179a920c2..d834f7b0b 100644
--- a/vm/Thread.h
+++ b/vm/Thread.h
@@ -275,7 +275,8 @@ typedef enum SuspendCause {
SUSPEND_FOR_STACK_DUMP,
SUSPEND_FOR_DEX_OPT,
#if defined(WITH_JIT)
- SUSPEND_FOR_JIT,
+ SUSPEND_FOR_TBL_RESIZE,
+ SUSPEND_FOR_IC_PATCH,
#endif
} SuspendCause;
void dvmSuspendThread(Thread* thread);