mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8274785: ciReplay: Potential crash due to uninitialized Compile::_ilt variable
Reviewed-by: neliasso, kvn
This commit is contained in:
parent
2aacd4220a
commit
36b89a1893
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue