< prev index next >

src/cpu/x86/vm/abstractInterpreter_x86.cpp

Print this page

        

*** 170,180 **** case Interpreter::java_lang_math_abs : // fall thru case Interpreter::java_lang_math_log : // fall thru case Interpreter::java_lang_math_log10 : // fall thru case Interpreter::java_lang_math_sqrt : // fall thru case Interpreter::java_lang_math_pow : // fall thru ! case Interpreter::java_lang_math_exp : return false; default: return true; } } --- 170,182 ---- case Interpreter::java_lang_math_abs : // fall thru case Interpreter::java_lang_math_log : // fall thru case Interpreter::java_lang_math_log10 : // fall thru case Interpreter::java_lang_math_sqrt : // fall thru case Interpreter::java_lang_math_pow : // fall thru ! case Interpreter::java_lang_math_exp : // fall thru ! case Interpreter::java_lang_math_fmaD : // fall thru ! case Interpreter::java_lang_math_fmaF : return false; default: return true; } }
< prev index next >