src/share/vm/opto/compile.cpp

changeset 6314
1419657ed891
parent 6313
de95063c0e34
child 6375
085b304a1cc5
child 6507
752ba2e5f6d0
     1.1 --- a/src/share/vm/opto/compile.cpp	Fri Jan 24 09:31:53 2014 +0100
     1.2 +++ b/src/share/vm/opto/compile.cpp	Fri Jan 24 15:26:56 2014 +0400
     1.3 @@ -701,10 +701,7 @@
     1.4  
     1.5    print_compile_messages();
     1.6  
     1.7 -  if (UseOldInlining || PrintCompilation NOT_PRODUCT( || PrintOpto) )
     1.8 -    _ilt = InlineTree::build_inline_tree_root();
     1.9 -  else
    1.10 -    _ilt = NULL;
    1.11 +  _ilt = InlineTree::build_inline_tree_root();
    1.12  
    1.13    // Even if NO memory addresses are used, MergeMem nodes must have at least 1 slice
    1.14    assert(num_alias_types() >= AliasIdxRaw, "");

mercurial