hotspot/src/share/vm/opto/doCall.cpp
changeset 240 a9ec1f7d29d6
parent 1 489c9b5090e2
child 590 2954744d7bba
equal deleted inserted replaced
239:fb31825d5444 240:a9ec1f7d29d6
   388       return;
   388       return;
   389     }
   389     }
   390   }
   390   }
   391 
   391 
   392   if (cg->is_inline()) {
   392   if (cg->is_inline()) {
       
   393     // Accumulate has_loops estimate
       
   394     C->set_has_loops(C->has_loops() || call_method->has_loops());
   393     C->env()->notice_inlined_method(call_method);
   395     C->env()->notice_inlined_method(call_method);
   394   }
   396   }
   395 
   397 
   396   // Reset parser state from [new_]jvms, which now carries results of the call.
   398   // Reset parser state from [new_]jvms, which now carries results of the call.
   397   // Return value (if any) is already pushed on the stack by the cg.
   399   // Return value (if any) is already pushed on the stack by the cg.