hotspot/src/cpu/aarch64/vm/aarch64.ad
changeset 38241 32eab2eb41fd
parent 38144 0976c0c5c5d3
parent 38236 510f77046e00
child 38286 0ddb6f84e138
equal deleted inserted replaced
38206:a48ce92363a9 38241:32eab2eb41fd
  3570 
  3570 
  3571 const RegMask Matcher::method_handle_invoke_SP_save_mask() {
  3571 const RegMask Matcher::method_handle_invoke_SP_save_mask() {
  3572   return FP_REG_mask();
  3572   return FP_REG_mask();
  3573 }
  3573 }
  3574 
  3574 
       
  3575 const bool Matcher::convi2l_type_required = false;
       
  3576 
  3575 // helper for encoding java_to_runtime calls on sim
  3577 // helper for encoding java_to_runtime calls on sim
  3576 //
  3578 //
  3577 // this is needed to compute the extra arguments required when
  3579 // this is needed to compute the extra arguments required when
  3578 // planting a call to the simulator blrt instruction. the TypeFunc
  3580 // planting a call to the simulator blrt instruction. the TypeFunc
  3579 // can be queried to identify the counts for integral, and floating
  3581 // can be queried to identify the counts for integral, and floating