--- old/src/share/vm/opto/matcher.hpp 2014-02-10 13:04:43.432902711 +0100 +++ new/src/share/vm/opto/matcher.hpp 2014-02-10 13:04:43.332902714 +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 );