diff src/share/vm/opto/matcher.hpp @ 415:4d9884b01ba6

6754519: don't emit flag fixup for NaN when condition being tested doesn't need it Reviewed-by: kvn, rasbold
author never
date Tue, 28 Oct 2008 09:31:30 -0700
parents 36ccc817fca4
children 04fa5affa478
line wrap: on
line diff
--- 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;