--- old/src/cpu/x86/vm/x86_32.ad 2016-02-29 14:28:34.462720778 +0300 +++ new/src/cpu/x86/vm/x86_32.ad 2016-02-29 14:28:34.414721006 +0300 @@ -1420,9 +1420,6 @@ // The ecx parameter to rep stos for the ClearArray node is in dwords. const bool Matcher::init_array_count_is_in_bytes = false; -// Threshold size for cleararray. -const int Matcher::init_array_short_size = 8 * BytesPerLong; - // Needs 2 CMOV's for longs. const int Matcher::long_cmove_cost() { return 1; }