--- old/src/cpu/aarch64/vm/aarch64.ad 2016-03-01 15:42:49.278549626 +0300 +++ new/src/cpu/aarch64/vm/aarch64.ad 2016-03-01 15:42:49.234549860 +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