src/share/vm/opto/matcher.hpp

changeset 3049
95134e034042
parent 3047
f1c12354c3f7
child 3243
d8cb48376797
     1.1 --- a/src/share/vm/opto/matcher.hpp	Wed Aug 10 14:06:57 2011 -0700
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Thu Aug 11 12:08:11 2011 -0700
     1.3 @@ -351,7 +351,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 rule, int offset);
     1.8 +  bool is_short_branch_offset(int rule, int br_size, 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