--- old/src/share/vm/opto/matcher.hpp 2014-01-30 13:51:37.033910991 +0100 +++ new/src/share/vm/opto/matcher.hpp 2014-01-30 13:51:36.933910994 +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 );