src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/matcher.hpp	Thu Jan 23 12:10:14 2014
--- new/src/share/vm/opto/matcher.hpp	Thu Jan 23 12:10:14 2014

*** 338,351 **** --- 338,347 ---- // Register for DIVL projection of divmodL static RegMask divL_proj_mask(); // Register for MODL projection of divmodL static RegMask modL_proj_mask(); static const RegMask mathExactI_result_proj_mask(); static const RegMask mathExactL_result_proj_mask(); static const RegMask mathExactI_flags_proj_mask(); // Use hardware DIV instruction when it is faster than // a code which use multiply for division by constant. static bool use_asm_for_ldiv_by_con( jlong divisor ); static const RegMask method_handle_invoke_SP_save_mask();

src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File