8274785: ciReplay: Potential crash due to uninitialized Compile::_ilt variable

Reviewed-by: neliasso, kvn
This commit is contained in:
Christian Hagedorn 2021-10-08 14:51:18 +00:00
parent 2aacd4220a
commit 36b89a1893

View file

@ -549,6 +549,7 @@ Compile::Compile( ciEnv* ci_env, ciMethod* target, int osr_bci,
_do_locks_coarsening(do_locks_coarsening),
_method(target),
_entry_bci(osr_bci),
_ilt(NULL),
_stub_function(NULL),
_stub_name(NULL),
_stub_entry_point(NULL),