Skip to content

Commit 74d6dc4

Browse files
author
duke
committedOct 8, 2021
Automatic merge of jdk:master into master
2 parents 379b0c2 + 36b89a1 commit 74d6dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hotspot/share/opto/compile.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ Compile::Compile( ciEnv* ci_env, ciMethod* target, int osr_bci,
549549
_do_locks_coarsening(do_locks_coarsening),
550550
_method(target),
551551
_entry_bci(osr_bci),
552+
_ilt(NULL),
552553
_stub_function(NULL),
553554
_stub_name(NULL),
554555
_stub_entry_point(NULL),

0 commit comments

Comments
 (0)