hotspot/src/share/vm/prims/methodHandles.hpp
changeset 9638 a9e79f5cd83b
parent 9630 d6419e4395e3
child 9943 a9aea2b8010f
equal deleted inserted replaced
9637:5e3243c17aa5 9638:a9e79f5cd83b
   696                                               KlassHandle receiver_limit,
   696                                               KlassHandle receiver_limit,
   697                                               int decode_flags,
   697                                               int decode_flags,
   698                                               KlassHandle receiver_klass,
   698                                               KlassHandle receiver_klass,
   699                                               TRAPS);
   699                                               TRAPS);
   700 
   700 
       
   701 public:
       
   702   static bool is_float_fixed_reinterpretation_cast(BasicType src, BasicType dst);
   701   static bool same_basic_type_for_arguments(BasicType src, BasicType dst,
   703   static bool same_basic_type_for_arguments(BasicType src, BasicType dst,
   702                                             bool raw = false,
   704                                             bool raw = false,
   703                                             bool for_return = false);
   705                                             bool for_return = false);
   704   static bool same_basic_type_for_returns(BasicType src, BasicType dst, bool raw = false) {
   706   static bool same_basic_type_for_returns(BasicType src, BasicType dst, bool raw = false) {
   705     return same_basic_type_for_arguments(src, dst, raw, true);
   707     return same_basic_type_for_arguments(src, dst, raw, true);