src/share/vm/opto/matcher.hpp

changeset 5791
c9ccd7b85f20
parent 5539
adb9a7d94cb5
child 5997
59e8ad757e19
     1.1 --- a/src/share/vm/opto/matcher.hpp	Thu Sep 26 12:07:53 2013 -0700
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Fri Sep 27 08:39:19 2013 +0200
     1.3 @@ -337,6 +337,9 @@
     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 mathExactI_flags_proj_mask();
     1.9 +
    1.10    // Use hardware DIV instruction when it is faster than
    1.11    // a code which use multiply for division by constant.
    1.12    static bool use_asm_for_ldiv_by_con( jlong divisor );

mercurial