| Index: runtime/vm/tags.h
|
| diff --git a/runtime/vm/tags.h b/runtime/vm/tags.h
|
| index 822699135adcf1d95956a698f650b82cd0af22dc..b88045f249fd3c0b3e2974bc67191aa46cfd8010 100644
|
| --- a/runtime/vm/tags.h
|
| +++ b/runtime/vm/tags.h
|
| @@ -14,8 +14,9 @@ class JSONObject;
|
| class RuntimeEntry;
|
|
|
| #define VM_TAG_LIST(V) \
|
| - V(Idle) \
|
| - V(VM) /* Catch all */ \
|
| + V(Idle) /* isolate is idle and is_runnable() */ \
|
| + V(LoadWait) /* isolate is idle and !is_runnable() */ \
|
| + V(VM) /* Catch all */ \
|
| V(CompileOptimized) \
|
| V(CompileUnoptimized) \
|
| V(CompileTopLevel) \
|
|
|