src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
changeset 58947 d5156218928d
parent 57620 04d6e5758a99
child 59307 fc216dcef2bb
--- 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 {