hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
changeset 36181 3a16e8ce0abf
parent 35479 62c12ca7a45e
child 37480 291ee208fb72
--- a/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Tue Feb 16 13:20:38 2016 -0800
+++ b/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Wed Feb 17 17:03:31 2016 -0500
@@ -773,7 +773,7 @@
 }
 
 BasicType CppInterpreter::result_type_of(Method* method) {
-  BasicType t;
+  BasicType t = T_ILLEGAL; // silence compiler warnings
   switch (method->result_index()) {
     case 0 : t = T_BOOLEAN; break;
     case 1 : t = T_CHAR;    break;