--- old/src/cpu/sparc/vm/sparc.ad 2016-03-01 01:22:06.927223375 +0300 +++ new/src/cpu/sparc/vm/sparc.ad 2016-03-01 01:22:06.883223584 +0300 @@ -1980,9 +1980,6 @@ // 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; }