hotspot/src/cpu/x86/vm/abstractInterpreter_x86.cpp
changeset 41323 ddd5600d4762
parent 38074 8475fdc6dcc3
child 46608 b0da00b77053
equal deleted inserted replaced
41321:463ff7705f2f 41323:ddd5600d4762
   170     case Interpreter::java_lang_math_abs     : // fall thru
   170     case Interpreter::java_lang_math_abs     : // fall thru
   171     case Interpreter::java_lang_math_log     : // fall thru
   171     case Interpreter::java_lang_math_log     : // fall thru
   172     case Interpreter::java_lang_math_log10   : // fall thru
   172     case Interpreter::java_lang_math_log10   : // fall thru
   173     case Interpreter::java_lang_math_sqrt    : // fall thru
   173     case Interpreter::java_lang_math_sqrt    : // fall thru
   174     case Interpreter::java_lang_math_pow     : // fall thru
   174     case Interpreter::java_lang_math_pow     : // fall thru
   175     case Interpreter::java_lang_math_exp     :
   175     case Interpreter::java_lang_math_exp     : // fall thru
       
   176     case Interpreter::java_lang_math_fmaD    : // fall thru
       
   177     case Interpreter::java_lang_math_fmaF    :
   176       return false;
   178       return false;
   177     default:
   179     default:
   178       return true;
   180       return true;
   179   }
   181   }
   180 }
   182 }