src/share/vm/prims/methodHandles.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6998541 Cdiff src/share/vm/prims/methodHandles.hpp

src/share/vm/prims/methodHandles.hpp

Print this page

        

*** 696,705 **** --- 696,707 ---- KlassHandle receiver_limit, int decode_flags, KlassHandle receiver_klass, TRAPS); + public: + static bool is_float_fixed_reinterpretation_cast(BasicType src, BasicType dst); static bool same_basic_type_for_arguments(BasicType src, BasicType dst, bool raw = false, bool for_return = false); static bool same_basic_type_for_returns(BasicType src, BasicType dst, bool raw = false) { return same_basic_type_for_arguments(src, dst, raw, true);
src/share/vm/prims/methodHandles.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File