diff -r de95063c0e34 -r 1419657ed891 src/share/vm/opto/compile.cpp --- a/src/share/vm/opto/compile.cpp Fri Jan 24 09:31:53 2014 +0100 +++ b/src/share/vm/opto/compile.cpp Fri Jan 24 15:26:56 2014 +0400 @@ -701,10 +701,7 @@ print_compile_messages(); - if (UseOldInlining || PrintCompilation NOT_PRODUCT( || PrintOpto) ) - _ilt = InlineTree::build_inline_tree_root(); - else - _ilt = NULL; + _ilt = InlineTree::build_inline_tree_root(); // Even if NO memory addresses are used, MergeMem nodes must have at least 1 slice assert(num_alias_types() >= AliasIdxRaw, "");