--- old/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp 2019-11-06 13:16:41.582157078 +0100 +++ new/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp 2019-11-06 13:16:41.358157445 +0100 @@ -285,7 +285,6 @@ } break; case Interpreter::java_lang_math_pow : - fpargs = 2; if (StubRoutines::dpow() == NULL) { fn = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); } else {