diff -r 83810b7d12e7 -r d5156218928d src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp --- a/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp Wed Nov 06 09:50:53 2019 -0500 +++ b/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp Wed Nov 06 16:52:49 2019 +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 {