hotspot/src/cpu/x86/vm/interpreterRT_x86_64.cpp
changeset 27471 6e56277909f1
parent 13728 882756847a04
child 46727 6e4a84748e2c
equal deleted inserted replaced
27467:cdc1d5bc86cf 27471:6e56277909f1
   485                                                      intptr_t* to))
   485                                                      intptr_t* to))
   486   methodHandle m(thread, (Method*)method);
   486   methodHandle m(thread, (Method*)method);
   487   assert(m->is_native(), "sanity check");
   487   assert(m->is_native(), "sanity check");
   488 
   488 
   489   // handle arguments
   489   // handle arguments
   490   SlowSignatureHandler(m, (address)from, to + 1).iterate(UCONST64(-1));
   490   SlowSignatureHandler(m, (address)from, to + 1).iterate((uint64_t)CONST64(-1));
   491 
   491 
   492   // return result handler
   492   // return result handler
   493   return Interpreter::result_handler(m->result_type());
   493   return Interpreter::result_handler(m->result_type());
   494 IRT_END
   494 IRT_END