hotspot/src/cpu/aarch64/vm/aarch64.ad
changeset 36554 a7eb9ee4680c
parent 36341 8a6e7a5607a8
child 36562 4d1e93624d6a
equal deleted inserted replaced
36553:203b2b5d149b 36554:a7eb9ee4680c
  3423 }
  3423 }
  3424 
  3424 
  3425 // false => size gets scaled to BytesPerLong, ok.
  3425 // false => size gets scaled to BytesPerLong, ok.
  3426 const bool Matcher::init_array_count_is_in_bytes = false;
  3426 const bool Matcher::init_array_count_is_in_bytes = false;
  3427 
  3427 
  3428 // Threshold size for cleararray.
       
  3429 const int Matcher::init_array_short_size = 18 * BytesPerLong;
       
  3430 
       
  3431 // Use conditional move (CMOVL)
  3428 // Use conditional move (CMOVL)
  3432 const int Matcher::long_cmove_cost() {
  3429 const int Matcher::long_cmove_cost() {
  3433   // long cmoves are no more expensive than int cmoves
  3430   // long cmoves are no more expensive than int cmoves
  3434   return 0;
  3431   return 0;
  3435 }
  3432 }