diff -r ebfd4ae89bf6 -r 4d9884b01ba6 src/share/vm/opto/matcher.hpp --- a/src/share/vm/opto/matcher.hpp Tue Oct 21 11:23:52 2008 -0700 +++ b/src/share/vm/opto/matcher.hpp Tue Oct 28 09:31:30 2008 -0700 @@ -324,7 +324,7 @@ virtual int regnum_to_fpu_offset(int regnum); // Is this branch offset small enough to be addressed by a short branch? - bool is_short_branch_offset(int offset); + bool is_short_branch_offset(int rule, int offset); // Optional scaling for the parameter to the ClearArray/CopyArray node. static const bool init_array_count_is_in_bytes;