diff options
Diffstat (limited to 'runtime/debugger.cc')
-rw-r--r-- | runtime/debugger.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/debugger.cc b/runtime/debugger.cc index 0cbbb79767..67099d715f 100644 --- a/runtime/debugger.cc +++ b/runtime/debugger.cc @@ -2094,6 +2094,7 @@ JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { case kWaitingInMainSignalCatcherLoop: case kWaitingPerformingGc: case kWaitingWeakGcRootRead: + case kWaitingForGcThreadFlip: case kWaiting: return JDWP::TS_WAIT; // Don't add a 'default' here so the compiler can spot incompatible enum changes. |