diff src/share/vm/opto/matcher.hpp @ 3851:95134e034042

7063629: use cbcond in C2 generated code on T4 Summary: Use new short branch instruction in C2 generated code. Reviewed-by: never
author kvn
date Thu, 11 Aug 2011 12:08:11 -0700
parents f1c12354c3f7
children d8cb48376797
line wrap: on
line diff
--- 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;