diff -r 6987871cfb9b -r 95134e034042 src/share/vm/opto/matcher.hpp --- a/src/share/vm/opto/matcher.hpp Wed Aug 10 14:06:57 2011 -0700 +++ b/src/share/vm/opto/matcher.hpp Thu Aug 11 12:08:11 2011 -0700 @@ -351,7 +351,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 rule, int offset); + bool is_short_branch_offset(int rule, int br_size, int offset); // Optional scaling for the parameter to the ClearArray/CopyArray node. static const bool init_array_count_is_in_bytes;