src/share/vm/opto/type.hpp

changeset 8422
09687c445ce1
parent 6518
62c54fcc0a35
child 8604
04d83ba48607
child 8646
88235cdca8d7
     1.1 --- a/src/share/vm/opto/type.hpp	Fri Apr 15 12:02:37 2016 +0530
     1.2 +++ b/src/share/vm/opto/type.hpp	Thu Apr 21 21:53:15 2016 +0530
     1.3 @@ -367,6 +367,11 @@
     1.4      return _const_basic_type[type];
     1.5    }
     1.6  
     1.7 +  // For two instance arrays of same dimension, return the base element types.
     1.8 +  // Otherwise or if the arrays have different dimensions, return NULL.
     1.9 +  static void get_arrays_base_elements(const Type *a1, const Type *a2,
    1.10 +                                       const TypeInstPtr **e1, const TypeInstPtr **e2);
    1.11 +
    1.12    // Mapping to the array element's basic type.
    1.13    BasicType array_element_basic_type() const;
    1.14  

mercurial