hotspot/src/share/vm/opto/matcher.hpp
changeset 22911 ff49c48c887d
parent 22872 b6902ee5bc8d
child 23220 fc827339dc37
--- a/hotspot/src/share/vm/opto/matcher.hpp	Mon Feb 24 15:12:26 2014 -0800
+++ b/hotspot/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 );