Skip to content

Commit

Permalink
Backport 489a32fe40e2a2c539296d51d4ffc0abc036d33c
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrako committed Sep 6, 2023
1 parent 54c0440 commit d1233fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ void PhiResolverState::reset(int max_vregs) {
PhiResolver::PhiResolver(LIRGenerator* gen, int max_vregs)
: _gen(gen)
, _state(gen->resolver_state())
, _loop(nullptr)
, _temp(LIR_OprFact::illegalOpr)
{
// reinitialize the shared state arrays
Expand Down

0 comments on commit d1233fd

Please sign in to comment.