--- old/src/share/vm/opto/matcher.hpp 2016-02-29 14:28:35.146717535 +0300 +++ new/src/share/vm/opto/matcher.hpp 2016-02-29 14:28:35.074717875 +0300 @@ -399,10 +399,6 @@ // Optional scaling for the parameter to the ClearArray/CopyArray node. static const bool init_array_count_is_in_bytes; - // Threshold small size (in bytes) for a ClearArray/CopyArray node. - // Anything this size or smaller may get converted to discrete scalar stores. - static const int init_array_short_size; - // Some hardware needs 2 CMOV's for longs. static const int long_cmove_cost();