src/hotspot/cpu/arm/templateTable_arm.cpp
changeset 51948 5ba442f14818
parent 51847 34e2180a6d51
child 51996 84743156e780
--- a/src/hotspot/cpu/arm/templateTable_arm.cpp	Fri Sep 28 12:47:09 2018 +0100
+++ b/src/hotspot/cpu/arm/templateTable_arm.cpp	Fri Sep 28 15:39:31 2018 +0300
@@ -2996,6 +2996,7 @@
   switch (code) {
   case Bytecodes::_nofast_getfield: code = Bytecodes::_getfield; break;
   case Bytecodes::_nofast_putfield: code = Bytecodes::_putfield; break;
+  default: break;
   }
 
   assert(byte_no == f1_byte || byte_no == f2_byte, "byte_no out of range");