src/share/vm/opto/matcher.hpp

changeset 850
4d9884b01ba6
parent 803
36ccc817fca4
child 1164
04fa5affa478
     1.1 --- a/src/share/vm/opto/matcher.hpp	Tue Oct 21 11:23:52 2008 -0700
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Tue Oct 28 09:31:30 2008 -0700
     1.3 @@ -324,7 +324,7 @@
     1.4    virtual int      regnum_to_fpu_offset(int regnum);
     1.5  
     1.6    // Is this branch offset small enough to be addressed by a short branch?
     1.7 -  bool is_short_branch_offset(int offset);
     1.8 +  bool is_short_branch_offset(int rule, int offset);
     1.9  
    1.10    // Optional scaling for the parameter to the ClearArray/CopyArray node.
    1.11    static const bool init_array_count_is_in_bytes;

mercurial