--- old/src/cpu/aarch64/vm/aarch64.ad 2016-02-29 14:28:32.554729826 +0300 +++ new/src/cpu/aarch64/vm/aarch64.ad 2016-02-29 14:28:32.510730035 +0300 @@ -3425,9 +3425,6 @@ // false => size gets scaled to BytesPerLong, ok. const bool Matcher::init_array_count_is_in_bytes = false; -// Threshold size for cleararray. -const int Matcher::init_array_short_size = 18 * BytesPerLong; - // Use conditional move (CMOVL) const int Matcher::long_cmove_cost() { // long cmoves are no more expensive than int cmoves