mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
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:
parent
c19a7e0fa3
commit
fbff3b73a4
5 changed files with 17 additions and 93 deletions
|
@ -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, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue