8032490: Remove -XX:+-UseOldInlining

Move the option to obsolete options list, purge the redundant compiler code.

Reviewed-by: kvn, jrose
This commit is contained in:
Aleksey Shipilev 2014-01-24 15:26:56 +04:00
parent c19a7e0fa3
commit fbff3b73a4
5 changed files with 17 additions and 93 deletions

View file

@ -701,10 +701,7 @@ Compile::Compile( ciEnv* ci_env, C2Compiler* compiler, ciMethod* target, int osr
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, "");