Skip to content

Commit

Permalink
8308657: ReplayInline is not availabe in production build
Browse files Browse the repository at this point in the history
Reviewed-by: kvn, roland, thartmann
  • Loading branch information
ashu-mehra authored and TobiHartmann committed May 26, 2023
1 parent cc0976b commit ce5251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/compile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit ce5251a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.