Searched refs:max_inline_level_adjust (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp589 int max_inline_level_adjust = 0; local
592 max_inline_level_adjust += 1; // don't count actions in MH or indy adapter frames
595 max_inline_level_adjust += 1; // don't count method handle calls from java.lang.invoke implem
597 if (max_inline_level_adjust != 0 && PrintInlining && (Verbose || WizardMode)) {
601 if (max_inline_level_adjust != 0 && C->log()) {
607 InlineTree* ilt = new InlineTree(C, this, callee_method, caller_jvms, caller_bci, recur_frequency, _max_inline_level + max_inline_level_adjust);

Completed in 30 milliseconds