8308657: ReplayInline is not availabe in production build
Reviewed-by: kvn, roland, thartmann
This commit is contained in:
parent
cc0976bf7f
commit
ce5251aff7
@ -677,11 +677,11 @@ Compile::Compile( ciEnv* ci_env, ciMethod* target, int osr_bci,
|
||||
|
||||
#ifndef PRODUCT
|
||||
set_parsed_irreducible_loop(false);
|
||||
#endif
|
||||
|
||||
if (directive->ReplayInlineOption) {
|
||||
_replay_inline_data = ciReplay::load_inline_data(method(), entry_bci(), ci_env->comp_level());
|
||||
}
|
||||
#endif
|
||||
set_print_inlining(directive->PrintInliningOption || PrintOptoInlining);
|
||||
set_print_intrinsics(directive->PrintIntrinsicsOption);
|
||||
set_has_irreducible_loop(true); // conservative until build_loop_tree() reset it
|
||||
|
Loading…
x
Reference in New Issue
Block a user