diff src/share/vm/prims/methodHandles.hpp @ 3371:fabcf26ee72f

6998541: JSR 292 implement missing return-type conversion for OP_RETYPE_RAW Reviewed-by: jrose, kvn, never
author twisti
date Thu, 12 May 2011 14:04:48 -0700
parents 167b70ff3abc
children 33ae33516634
line wrap: on
line diff
--- a/src/share/vm/prims/methodHandles.hpp	Thu May 12 10:33:17 2011 -0700
+++ b/src/share/vm/prims/methodHandles.hpp	Thu May 12 14:04:48 2011 -0700
@@ -698,6 +698,8 @@
                                               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);