src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
changeset 58947 d5156218928d
parent 57620 04d6e5758a99
child 59307 fc216dcef2bb
equal deleted inserted replaced
58946:83810b7d12e7 58947:d5156218928d
   283     } else {
   283     } else {
   284       fn = CAST_FROM_FN_PTR(address, StubRoutines::dexp());
   284       fn = CAST_FROM_FN_PTR(address, StubRoutines::dexp());
   285     }
   285     }
   286     break;
   286     break;
   287   case Interpreter::java_lang_math_pow :
   287   case Interpreter::java_lang_math_pow :
   288     fpargs = 2;
       
   289     if (StubRoutines::dpow() == NULL) {
   288     if (StubRoutines::dpow() == NULL) {
   290       fn = CAST_FROM_FN_PTR(address, SharedRuntime::dpow);
   289       fn = CAST_FROM_FN_PTR(address, SharedRuntime::dpow);
   291     } else {
   290     } else {
   292       fn = CAST_FROM_FN_PTR(address, StubRoutines::dpow());
   291       fn = CAST_FROM_FN_PTR(address, StubRoutines::dpow());
   293     }
   292     }