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 50074a0 commit 99c1b61
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 @@ -81,6 +81,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 99c1b61

Please sign in to comment.