OSDN Git Service

Fix an invoke-interface bug that manifests itself with thread state warnings.
[android-x86/dalvik.git] / vm / Thread.h
index 179a920..d834f7b 100644 (file)
@@ -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);