--- old/src/hotspot/cpu/arm/templateTable_arm.cpp 2018-09-27 14:15:03.319209570 +0300 +++ new/src/hotspot/cpu/arm/templateTable_arm.cpp 2018-09-27 14:15:03.123198127 +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");