Searched defs:next_m (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp493 methodHandle next_m = next->top_method(); local
497 next_m->print_short_name(tty);
505 if (next_m->is_not_compilable()) { // Did fail to compile this before/
529 if( current->is_interpreted() && next_m->has_compiled_code() ) {
535 // We know next method 'next_m' is interpreted. Find the call site and
539 invcnt = next_m->interpreter_invocation_count();
542 if (ProfileInterpreter && next_m->method_data() != NULL) {
545 ProfileData* data = next_m->method_data()->bci_to_data(bci);
551 // a hot call site for method next_m?
566 if (!can_be_compiled(next_m)) {
[all...]

Completed in 27 milliseconds