< prev index next >

src/hotspot/share/opto/compile.cpp

Print this page

        

*** 3582,3592 **** } } // If original bytecodes contained a mixture of floats and doubles // check if the optimizer has made it homogenous, item (3). ! if( Use24BitFPMode && Use24BitFP && UseSSE == 0 && frc.get_float_count() > 32 && frc.get_double_count() == 0 && (10 * frc.get_call_count() < frc.get_float_count()) ) { set_24_bit_selection_and_mode( false, true ); } --- 3582,3592 ---- } } // If original bytecodes contained a mixture of floats and doubles // check if the optimizer has made it homogenous, item (3). ! if( Use24BitFPMode && Use24BitFP X86_ONLY(&& UseSSE == 0) && frc.get_float_count() > 32 && frc.get_double_count() == 0 && (10 * frc.get_call_count() < frc.get_float_count()) ) { set_24_bit_selection_and_mode( false, true ); }
< prev index next >