hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 40061 8df4c4a20902
parent 38209 b2a58604e046
child 41057 f77b9d9e0e4c
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Tue Jul 12 20:42:46 2016 +0000
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Mon Jul 04 16:28:27 2016 +0200
@@ -388,16 +388,6 @@
   static int c_calling_convention(const BasicType *sig_bt, VMRegPair *regs, VMRegPair *regs2,
                                   int total_args_passed);
 
-  // Compute the new number of arguments in the signature if 32 bit ints
-  // must be converted to longs. Needed if CCallingConventionRequiresIntsAsLongs
-  // is true.
-  static int  convert_ints_to_longints_argcnt(int in_args_count, BasicType* in_sig_bt);
-  // Adapt a method's signature if it contains 32 bit integers that must
-  // be converted to longs. Needed if CCallingConventionRequiresIntsAsLongs
-  // is true.
-  static void convert_ints_to_longints(int i2l_argcnt, int& in_args_count,
-                                       BasicType*& in_sig_bt, VMRegPair*& in_regs);
-
   static size_t trampoline_size();
 
   static void generate_trampoline(MacroAssembler *masm, address destination);