< prev index next >

src/share/vm/opto/matcher.hpp

Print this page

        

@@ -397,14 +397,10 @@
   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;
 
-  // Threshold small size (in bytes) for a ClearArray/CopyArray node.
-  // Anything this size or smaller may get converted to discrete scalar stores.
-  static const int init_array_short_size;
-
   // Some hardware needs 2 CMOV's for longs.
   static const int long_cmove_cost();
 
   // Some hardware have expensive CMOV for float and double.
   static const int float_cmove_cost();
< prev index next >