diff src/share/vm/opto/matcher.hpp @ 12323:c9ccd7b85f20

8024924: Intrinsify java.lang.Math.addExact Reviewed-by: kvn, twisti
author rbackman
date Fri, 27 Sep 2013 08:39:19 +0200
parents adb9a7d94cb5
children 59e8ad757e19
line wrap: on
line diff
--- 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 );