| Index: runtime/vm/isolate.cc
 | 
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
 | 
| index bd26039f1e8b524f271d2dc1c6a53b41cff88847..8c61d4acfa97808a17d8ba5e5823733f6fa0f4f1 100644
 | 
| --- a/runtime/vm/isolate.cc
 | 
| +++ b/runtime/vm/isolate.cc
 | 
| @@ -1834,6 +1834,7 @@ RawClass* Isolate::GetClassForHeapWalkAt(intptr_t cid) {
 | 
|  }
 | 
|  
 | 
|  
 | 
| +#ifndef PRODUCT
 | 
|  static const char* ExceptionPauseInfoToServiceEnum(Dart_ExceptionPauseInfo pi) {
 | 
|    switch (pi) {
 | 
|      case kPauseOnAllExceptions:
 | 
| @@ -1970,6 +1971,7 @@ void Isolate::PrintJSON(JSONStream* stream, bool ref) {
 | 
|      }
 | 
|    }
 | 
|  }
 | 
| +#endif
 | 
|  
 | 
|  
 | 
|  void Isolate::set_tag_table(const GrowableObjectArray& value) {
 | 
| 
 |