diff src/share/vm/opto/matcher.hpp @ 17726:085b304a1cc5

8027754: Enable loop optimizations for loops with MathExact inside Reviewed-by: kvn, iveresov
author rbackman
date Thu, 23 Jan 2014 12:08:28 +0100
parents 04d32e7fad07
children 8a8ff6b577ed
line wrap: on
line diff
--- a/src/share/vm/opto/matcher.hpp	Thu Mar 13 10:18:59 2014 -0700
+++ b/src/share/vm/opto/matcher.hpp	Thu Jan 23 12:08:28 2014 +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 );