hotspot/src/share/vm/ci/ciInstance.cpp
changeset 46630 75aa3e39d02c
parent 46271 979ebd346ecf
--- a/hotspot/src/share/vm/ci/ciInstance.cpp	Wed Jul 05 11:03:19 2017 -0700
+++ b/hotspot/src/share/vm/ci/ciInstance.cpp	Thu Jul 06 01:50:26 2017 +0200
@@ -86,9 +86,10 @@
         return ciConstant(field_btype, CURRENT_ENV->get_object(o));
       }
     }
+    default:
+      fatal("no field value: %s", type2name(field_btype));
+      return ciConstant();
   }
-  fatal("no field value: %s", type2name(field_btype));
-  return ciConstant();
 }
 
 // ------------------------------------------------------------------