diff src/share/vm/jvmci/jvmciRuntime.cpp @ 22711:316e768645c0

8139589: [JVMCI] throw exceptions in faulty code installation operations
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 29 Oct 2015 15:21:55 +0100
parents 3039e5bb94cb
children 0229a2ca608b
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciRuntime.cpp	Thu Oct 29 13:13:46 2015 +0100
+++ b/src/share/vm/jvmci/jvmciRuntime.cpp	Thu Oct 29 15:21:55 2015 +0100
@@ -69,9 +69,6 @@
     case 'd': return T_DOUBLE;
     case 'a': return T_OBJECT;
     case '-': return T_ILLEGAL;
-    default:
-      fatal(err_msg("unexpected Kind: %c", ch));
-      break;
   }
   return T_ILLEGAL;
 }