diff src/share/vm/opto/matcher.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 59e8ad757e19
children de6a9e811145 044b28168e20
line wrap: on
line diff
--- a/src/share/vm/opto/matcher.hpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/share/vm/opto/matcher.hpp	Tue Nov 05 17:38:04 2013 -0800
@@ -337,6 +337,10 @@
   // 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 );