--- old/src/cpu/aarch64/vm/abstractInterpreter_aarch64.cpp 2016-12-09 17:29:36.451812191 +0100 +++ new/src/cpu/aarch64/vm/abstractInterpreter_aarch64.cpp 2016-12-09 17:29:32.781820148 +0100 @@ -65,7 +65,9 @@ case Interpreter::java_lang_math_log10 : // fall thru case Interpreter::java_lang_math_sqrt : // fall thru case Interpreter::java_lang_math_pow : // fall thru - case Interpreter::java_lang_math_exp : + case Interpreter::java_lang_math_exp : // fall thru + case Interpreter::java_lang_math_fmaD : // fall thru + case Interpreter::java_lang_math_fmaF : return false; default: return true;