diff -r 72b7e96c1922 -r c9ccd7b85f20 src/share/vm/opto/matcher.hpp --- a/src/share/vm/opto/matcher.hpp Thu Sep 26 12:07:53 2013 -0700 +++ b/src/share/vm/opto/matcher.hpp Fri Sep 27 08:39:19 2013 +0200 @@ -337,6 +337,9 @@ // Register for MODL projection of divmodL static RegMask modL_proj_mask(); + static const RegMask mathExactI_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 );