summaryrefslogtreecommitdiffstats
path: root/runtime/thread_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/thread_state.h')
-rw-r--r--runtime/thread_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/thread_state.h b/runtime/thread_state.h
index 7615c41..57bf4f1 100644
--- a/runtime/thread_state.h
+++ b/runtime/thread_state.h
@@ -37,6 +37,7 @@ enum ThreadState {
kWaitingForJniOnLoad, // WAITING TS_WAIT waiting for execution of dlopen and JNI on load code
kWaitingForSignalCatcherOutput, // WAITING TS_WAIT waiting for signal catcher IO to complete
kWaitingInMainSignalCatcherLoop, // WAITING TS_WAIT blocking/reading/processing signals
+ kWaitingForDeoptimization, // WAITING TS_WAIT waiting for deoptimization suspend all
kStarting, // NEW TS_WAIT native thread started, not yet ready to run managed code
kNative, // RUNNABLE TS_RUNNING running in a JNI native method
kSuspended, // RUNNABLE TS_RUNNING suspended by GC or debugger