src/share/vm/opto/matcher.hpp

changeset 6375
085b304a1cc5
parent 6312
04d32e7fad07
child 6378
8a8ff6b577ed
     1.1 --- a/src/share/vm/opto/matcher.hpp	Thu Mar 13 10:18:59 2014 -0700
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Thu Jan 23 12:08:28 2014 +0100
     1.3 @@ -340,10 +340,6 @@
     1.4    // Register for MODL projection of divmodL
     1.5    static RegMask modL_proj_mask();
     1.6  
     1.7 -  static const RegMask mathExactI_result_proj_mask();
     1.8 -  static const RegMask mathExactL_result_proj_mask();
     1.9 -  static const RegMask mathExactI_flags_proj_mask();
    1.10 -
    1.11    // Use hardware DIV instruction when it is faster than
    1.12    // a code which use multiply for division by constant.
    1.13    static bool use_asm_for_ldiv_by_con( jlong divisor );

mercurial