hotspot/src/share/vm/code/compiledIC.cpp
changeset 16377 3318d3edbf87
parent 14391 df0a1573d5bd
child 17094 29c4955396d2
equal deleted inserted replaced
16376:19dd2d7d68b3 16377:3318d3edbf87
   550 }
   550 }
   551 
   551 
   552 
   552 
   553 void CompiledStaticCall::set_to_interpreted(methodHandle callee, address entry) {
   553 void CompiledStaticCall::set_to_interpreted(methodHandle callee, address entry) {
   554   address stub=find_stub();
   554   address stub=find_stub();
   555   assert(stub!=NULL, "stub not found");
   555   guarantee(stub != NULL, "stub not found");
   556 
   556 
   557   if (TraceICs) {
   557   if (TraceICs) {
   558     ResourceMark rm;
   558     ResourceMark rm;
   559     tty->print_cr("CompiledStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
   559     tty->print_cr("CompiledStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
   560                   instruction_address(),
   560                   instruction_address(),