hotspot/src/cpu/ppc/vm/methodHandles_ppc.cpp
changeset 31592 43f48e165466
parent 30212 c623f227022e
child 32820 ec181adbf3b1
equal deleted inserted replaced
31401:1514c0a798d2 31592:43f48e165466
   463                               intptr_t* saved_regs) {
   463                               intptr_t* saved_regs) {
   464 
   464 
   465   bool has_mh = (strstr(adaptername, "/static") == NULL &&
   465   bool has_mh = (strstr(adaptername, "/static") == NULL &&
   466                  strstr(adaptername, "linkTo") == NULL);    // static linkers don't have MH
   466                  strstr(adaptername, "linkTo") == NULL);    // static linkers don't have MH
   467   const char* mh_reg_name = has_mh ? "R23_method_handle" : "G23";
   467   const char* mh_reg_name = has_mh ? "R23_method_handle" : "G23";
   468   tty->print_cr("MH %s %s="INTPTR_FORMAT " sp=" INTPTR_FORMAT,
   468   tty->print_cr("MH %s %s=" INTPTR_FORMAT " sp=" INTPTR_FORMAT,
   469                 adaptername, mh_reg_name, p2i(mh), p2i(entry_sp));
   469                 adaptername, mh_reg_name, p2i(mh), p2i(entry_sp));
   470 
   470 
   471   if (Verbose) {
   471   if (Verbose) {
   472     tty->print_cr("Registers:");
   472     tty->print_cr("Registers:");
   473     const int abi_offset = frame::abi_reg_args_size / 8;
   473     const int abi_offset = frame::abi_reg_args_size / 8;