src/hotspot/share/code/compiledIC.cpp
changeset 51314 82adcc8ad853
parent 50416 ef980b9ac191
child 52384 d6dc479bcdd3
equal deleted inserted replaced
51313:f7236b46b60c 51314:82adcc8ad853
   250     InlineCacheBuffer::create_transition_stub(this, NULL, entry);
   250     InlineCacheBuffer::create_transition_stub(this, NULL, entry);
   251   }
   251   }
   252 
   252 
   253   if (TraceICs) {
   253   if (TraceICs) {
   254     ResourceMark rm;
   254     ResourceMark rm;
       
   255     assert(!call_info->selected_method().is_null(), "Unexpected null selected method");
   255     tty->print_cr ("IC@" INTPTR_FORMAT ": to megamorphic %s entry: " INTPTR_FORMAT,
   256     tty->print_cr ("IC@" INTPTR_FORMAT ": to megamorphic %s entry: " INTPTR_FORMAT,
   256                    p2i(instruction_address()), call_info->selected_method()->print_value_string(), p2i(entry));
   257                    p2i(instruction_address()), call_info->selected_method()->print_value_string(), p2i(entry));
   257   }
   258   }
   258 
   259 
   259   // We can't check this anymore. With lazy deopt we could have already
   260   // We can't check this anymore. With lazy deopt we could have already