< prev index next >

src/cpu/sparc/vm/sparc.ad

Print this page

        

@@ -1978,13 +1978,10 @@
 }
 
 // No scaling for the parameter the ClearArray node.
 const bool Matcher::init_array_count_is_in_bytes = true;
 
-// Threshold size for cleararray.
-const int Matcher::init_array_short_size = 8 * BytesPerLong;
-
 // No additional cost for CMOVL.
 const int Matcher::long_cmove_cost() { return 0; }
 
 // CMOVF/CMOVD are expensive on T4 and on SPARC64.
 const int Matcher::float_cmove_cost() {
< prev index next >