--- old/src/share/vm/opto/matcher.hpp 2014-01-31 10:27:24.715328126 +0100 +++ new/src/share/vm/opto/matcher.hpp 2014-01-31 10:27:24.619328129 +0100 @@ -340,10 +340,6 @@ // 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 );