hotspot/src/share/vm/opto/matcher.hpp
changeset 20289 35d78de0c547
parent 19330 49d6711171e6
child 21105 47618ee96ed5
--- a/hotspot/src/share/vm/opto/matcher.hpp	Thu Sep 26 12:07:53 2013 -0700
+++ b/hotspot/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 );