Skip to content

Commit

Permalink
8311813: C1: Uninitialized PhiResolver::_loop field
Browse files Browse the repository at this point in the history
Reviewed-by: thartmann, shade
  • Loading branch information
chadrako authored and shipilev committed Jul 12, 2023
1 parent 119cc49 commit 489a32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/c1/c1_LIRGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ void PhiResolverState::reset() {
PhiResolver::PhiResolver(LIRGenerator* gen)
: _gen(gen)
, _state(gen->resolver_state())
, _loop(nullptr)
, _temp(LIR_OprFact::illegalOpr)
{
// reinitialize the shared state arrays
Expand Down

0 comments on commit 489a32f

Please sign in to comment.